Skip to main content

Get a dataset (SQL + column manifest)

GET 

/v1/analytics/datasets/:dataset_id

Fetch one dataset with its SQL and its column manifest.

The manifest lists each column the query returns and its type, which is what you need when composing a chart_config for a chart built on this dataset.

Requires the analytics:read scope.

Request

Responses

Successful Response