List schedules in the scheduler blob revision. Results are sorted by creation time (newest first) and paginated in batches of 10.Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
POST /revisions/:id/data (Command: list_schedules)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be scheduler_blobhub. |
command | string | Yes | Must be list_schedules. |
start_schedule_id | string | No | Pagination cursor. Pass the last_schedule_id from the previous page. |
Response
| Parameter | Type | Description |
|---|---|---|
schedules | array | Schedule objects in descending created_at order (up to 10 per page). |
last_schedule_id | string / null | Pagination cursor for the next page, or null if there are no more pages. |

