Datasets
Dataset outputs
GET
Retrieve outputs generated by the dataset. The output is returned via a presigned URL with a lifetime of 1 hour.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
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 by status
Available options:
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
Response
200
application/json
List jobs for a dataset
The response is of type object
.