v1
latestOpenAPI 3.0.02026-07-2693126.7 KBApi
Jobs
Get all jobs.
get/v2/jobs
Query parameters
limitnumber
Example:10
Number of jobs to return
cursorstring uuid
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
Cursor for pagination. Pass the nextCursor value from the previous response.
status'pending' | 'created' | 'succeeded' | 'canceled' | 'failed' | 'running'
Example:succeeded
Status of the jobs to return
Response
Example response
{
"nextCursor": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}