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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error