Get a dataset (Deprecated)
Get a dataset (Deprecated)
Get a specific dataset by datasetId
**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 notes
- Retrieve the **datasetId** by calling the [/v2/datasets](https://help.sigmacomputing.com/reference/list-datasets) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
datasetId
Response
The response body.
datasetId
createdBy
updatedBy
createdAt
updatedAt
name
description
url
owner
referenceCount
Count of inbound references to the dataset
path
Path describing dataset's ancestor workspace and folders
migrationToDataModel
Details about migration to data model
migrationStatus
An indicator of the dataset’s migration status as displayed on the dataset migration admin page.
not-requiredindicates that the dataset is not used as a data source (in other words, it is not referenced by other documents) and likely does not need to be migrated to a data model.migratedindicates that the dataset has already been migrated to a data modelnot-migratedindicates that the dataset has not been migrated and is still in use as a data source
isArchived

