v1

latestOpenAPI 3.0.02026-07-2693126.7 KB
Api
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

nextCursorstring nullable required

Cursor to pass as cursor query param to get the next page. Null if there are no more results.

Example response

{
  "nextCursor": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}