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. |

