Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Query Parameters

created_at
string

The starting date and time for retrieving results in descending order, formatted as an ISO timestamp.

Example:

"2023-08-02T00:00:00.000Z"

cursor
string

The position marker from the previous result's next_cursor property, used for pagination.

limit
integer

The maximum number of jobs to return in a single page of results. Defaults to 20, maximum 100.

Example:

20

Response

200 - application/json

OK

list
List · object[] | null

Array of jobs sorted by creation time in descending order.

created_at
string

Date from which results are provided in descending order.

Example:

"2025-05-01T00:00:00.000Z"

limit
integer

Maximum number of jobs to show in a page of results, up to 100.

Example:

20

cursor
string

Cursor used to identify the current page of results.

next_cursor
string

Cursor used to identify the next page of results.