List Datasets
List all the datasets in your organization.
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 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 25.
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``.
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.
Response
List of datasets retrieved successfully
The response is of type object
.