Jobs
List Jobs
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of jobs to return
Required range:
1 < x < 100
Status of the jobs to return
Available options:
pending
, created
, succeeded
, canceled
, failed
, running
Number of jobs to skip
Required range:
x > 0