---
title: "List scheduled tasks."
method: GET
path: "/v1/schedules"
tags: ["Schedules"]
---

# List scheduled tasks.

`GET /v1/schedules`

## Response `200`

Schedule list.

- object
  - `schedules` Schedule[], required
    - `name` string, required
    - `schedule` string, required — Cron expression.
    - `queue` string, required
    - `task_type` string, required
    - `payload` string, byte
    - `deadline` integer
    - `max_tries` integer
    - `created_at` string, date-time, required

---

[API](https://skmtc.net/choria-io/apis/asyncjobs-http-api.md) · [All operations](https://skmtc.net/choria-io/apis/asyncjobs-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/choria-io/asyncjobs-http-api/revisions/48b17d96adbf/schema)
