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
Example:
10
Status of the jobs to return
Available options:
pending
, created
, succeeded
, canceled
, failed
, running
Example:
"succeeded"
Number of jobs to skip
Required range:
x >= 0
Example:
1