Get a dataset (Deprecated)

View as MarkdownOpen in Claude
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

datasetIdstringRequired

Response

The response body.
datasetIdstring
createdBystring
updatedBystring
createdAtdatetime
updatedAtdatetime
namestring
descriptionstring
urlstring
ownerstring
referenceCountdouble
Count of inbound references to the dataset
pathstring
Path describing dataset's ancestor workspace and folders
migrationToDataModelobject or null
Details about migration to data model
migrationStatusenum

An indicator of the dataset’s migration status as displayed on the dataset migration admin page.

  • not-required indicates 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.
  • migrated indicates that the dataset has already been migrated to a data model
  • not-migrated indicates that the dataset has not been migrated and is still in use as a data source
isArchivedboolean