Data
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the dataset to retrieve data for
Query Parameters
Optional cursor for pagination.
This is a base64-encoded string representing a timestamp. It is used to paginate through the results.
The direction of pagination.
This can be either next
or prev
.
The default is next
, which means the next page of results will be
returned.
next
, prev
The maximum number of results to return per page.
The default is 100.
x >= 0
The status of the parse operation to filter the results by.
This is an optional parameter that can be used to filter the results by the status of the parse operation.
The possible values are running
and `idle``.
pending
, processing
, successful
, failure
The ID of the parse operation to filter the results by.
This is an optional parameter that can be used to filter the results by the ID of the parse operation.
Prefer using /documents/v2/parse/{parse_id} endpoint to get the details of a specific parse operation instead of filtering by parse_id.
The name of the file to filter the results by.
This is an optional parameter that can be used to filter the results by the name of the file associated with the parse operation.
The date and time after which the parse operation was created.
The date should be in RFC3339 format.
The date and time before which the parse operation was created.
The date should be in RFC3339 format.
The date and time after which the parse operation was finished.
The date should be in RFC3339 format.
The date and time before which the parse operation was finished.
The date should be in RFC3339 format.
Response
List of dataset jobs retrieved successfully
The response is of type object
.