Jobs
List Jobs
GET
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
Required range:
x >= 0
Direction to paginate through the list of jobs
Available options:
next
, prev
Filter jobs based on the filename used
Filter jobs based on the dataset name used
Filter jobs based on the status
Available options:
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
Was this page helpful?