List datasets (Deprecated)
List datasets (Deprecated)
Get a list of available datasets. Available datasets include any datasets in your My Documents folder and any datasets you have access to.
**Deprecation notice**: [Datasets](/docs/datasets) are deprecated. Starting June 2, 2026, you will no longer be able to create datasets or edit existing datasets. Migrate your datasets to data models and update any documents that use datasets as a data source to use a different source. See [Migrate a dataset to a data model](/docs/migrate-a-dataset-to-a-data-model).
### Usage scenarios
- **Plan dataset migration**: Review the owner, location (path) of the dataset, migration status, and total number of documents that reference the dataset to plan dataset migration tasks.
- **Clean up after dataset migration**: Retrieve the `dataModelId` of the data model created for the dataset. Make a GET request to the [/v2/dataModels/{dataModelId}](https://help.sigmacomputing.com/reference/get-data-model) endpoint to retrieve more details about the created data model.
- **Identify unused datasets**: Review datasets that have 0 documents referencing it as a source and delete those datasets by making a DELETE request to the [/v2/files/{inodeId}](https://help.sigmacomputing.com/reference/delete-file) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Query parameters
page
limit
skipPermissionCheck
Response
The response body.
entries
Array of results returned by the endpoint
nextPage
Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.
total
Total number of results. Useful to determine if there is a need to paginate.
hasMore
[Deprecated] Indicates whether more results are available.

