GET
/
v1
/
jobs

This endpoint allows you to list all the jobs that you have created. They are sorted in descending order by the time they were created (latest job first).

For performance reasons, job results are not included in the response. Retrieve the results by using the get job endpoint.

Authorizations

Authorization
string
headerrequired

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

Query Parameters

take
number
default: 10

Number of jobs to return

Required range: 1 < x < 100
status
enum<string>

Status of the jobs to return

Available options:
pending,
created,
succeeded,
canceled,
failed,
running
skip
number

Number of jobs to skip

Required range: x > 0

Response

200 - application/json
items
object[]
required

List of jobs. Sorted by creation date, descending. Does not include output data.

total
number
required

Total number of jobs