Skip to main content
GET
Get Jobs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

exclude_configs
boolean
default:false

Exclude raw_config from response to reduce size

cursor
string | null

Cursor for pagination. Use the next_cursor from the previous response to fetch the next page.

limit
integer
default:100

Maximum number of jobs to return per page. Defaults to 100, max 500.

Required range: 1 <= x <= 500

Response

Successful Response

jobs
SingleJob · object[]
required

List of jobs with their job_id, status, type, raw_config, created_at, num_pages and duration

next_cursor
string | null

Cursor to fetch the next page of results. If null, there are no more results.