Skip to main content

ListJobsQuery

Query parameters for listing jobs

statusstring

Filter by job status

Possible values: [pending, queued, running, completed, failed, cancelled]

limitinteger

Maximum number of jobs to return (1-100)

Possible values: >= 1 and <= 100

Default value: 20
Example: 20
cursorstring<uuid>

Cursor from previous response for pagination

ListJobsQuery
{
"status": "pending",
"limit": 20,
"cursor": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Was this page helpful?