List Jobs
List all jobs in your current project based on the API Key you are using.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Cursor to paginate through the list of jobs
Limit the number of jobs to return
x >= 0
Direction to paginate through the list of jobs
next
, prev
Filter jobs based on the filename used
Filter jobs based on the job id used
Filter jobs based on the dataset name used
Filter jobs based on the status
failure
, pending
, processing
, successful
Filter jobs created after the given date. Date should be in RFC3339 format
Filter jobs created before the given date. Date should be in RFC3339 format
Filter jobs updated after the given date. Date should be in RFC3339 format
Filter jobs updated before the given date. Date should be in RFC3339 format
Response
The response is of type object
.