---
title: "Overview of scheduled tasks"
method: GET
path: "/linuxhostings/{domainName}/scheduledtasks"
tags: ["Linux hostings"]
---

# Overview of scheduled tasks

`GET /linuxhostings/{domainName}/scheduledtasks`

Manage scheduled tasks which are also manageable via the control panel.

## Path parameters

- `domain_name` string, required

## Response `200`

OK

- ScheduledTask[]
  - `id` string — The id of the scheduled task. This value is ignored for creation of new scheduled tasks.
  - `enabled` boolean — Enabled.
  - `cron_expression` string — Cron expression of scheduled task. 5-digit expressions (*/5 * * * *) are required in the following sequence: <ul><li>Minute (0 - 59, also */5, */10, */15 and */30 as every 5 minutes, every 10 minutes, every quarter or every half-hour are allowed)</li><li>Hour (0 - 23, also * as every hour is allowed)</li><li>Day of the month (1 - 31, also * as every day is allowed)</li><li>Month (1 - 12 as January to December, also * as every month is allowed)</li><li>Day of the week (1 - 7 as Monday to Sunday, also * as every day is allowed)</li></ul>
  - `script_location` string — Absolute path from this linux hosting to execute.

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/versions/d6d1ea012567/schema)
