limit
and
offset
query parameters to paginate through the list of jobs.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of jobs to return
1 <= x <= 100
10
Status of the jobs to return
pending
, created
, succeeded
, canceled
, failed
, running
"succeeded"
Number of jobs to skip
x >= 0
1
The response is of type object
.