Skip to main content

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.

List schedules in the scheduler blob revision. Results are sorted by creation time (newest first) and paginated in batches of 10.

POST /revisions/:id/data (Command: list_schedules)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be scheduler_blobhub.
commandstringYesMust be list_schedules.
start_schedule_idstringNoPagination cursor. Pass the last_schedule_id from the previous page.

Response

ParameterTypeDescription
schedulesarraySchedule objects in descending created_at order (up to 10 per page).
last_schedule_idstring / nullPagination cursor for the next page, or null if there are no more pages.

Example

{
  "engine": "scheduler_blobhub",
  "command": "list_schedules"
}