Retrieve outputs generated by the dataset. The output is returned via a presigned URL with a lifetime of 1 hour.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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 by status
failure
, pending
, processing
, successful
Filter jobs by job ID
Filter jobs by filename
Exclude outputs from the response
Filter jobs created after a specific date. Date is inclusive and must be in RFC3339 format
Filter jobs created before a specific date. Date is inclusive and must be in RFC3339 format
List jobs for a dataset
The response is of type object
.
Retrieve outputs generated by the dataset. The output is returned via a presigned URL with a lifetime of 1 hour.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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 by status
failure
, pending
, processing
, successful
Filter jobs by job ID
Filter jobs by filename
Exclude outputs from the response
Filter jobs created after a specific date. Date is inclusive and must be in RFC3339 format
Filter jobs created before a specific date. Date is inclusive and must be in RFC3339 format
List jobs for a dataset
The response is of type object
.