v1

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-05-044743166.6 KB
schedules

List all schedules

List all schedules. You can also paginate the results.

get/api/v1/schedules

Query parameters

pageinteger

Page number of the schedule listing

perPageinteger

Number of schedules per page

Response

Successful request

Example response

{
  "data": [
    {
      "id": "sched_1234",
      "task": "my-scheduled-task",
      "type": "IMPERATIVE",
      "active": true,
      "deduplicationKey": "dedup_key_1234",
      "externalId": "user_1234",
      "generator": {
        "expression": "0 0 * * *",
        "description": "Every day at midnight"
      },
      "timezone": "America/New_York",
      "nextRun": "2024-04-01T00:00:00Z"
    }
  ]
}
All 47 operations