Jobs
List Jobs
GET
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.
By default the API will return the first 10 jobs. You can use the limit
and
offset
query parameters to paginate through the list of jobs.
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