Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Optional cursor for pagination.
This is a base64-encoded string representing a timestamp. It is used to paginate through the results.
The maximum number of results to return per page.
The default is 25.
Required range:
x >= 0
The status dataset to filter the results by.
This is an optional parameter that can be used to filter the results by the status of the dataset.
The possible values are processing
and `idle``.
Available options:
idle
, processing
The name of the dataset to filter the results by.
This is an optional parameter that can be used to filter the results by the name of the dataset.
Because dataset names are not unique, this will return all datasets that match the provided name.