Get Dataset
Retrieve the Dataset with the given ID.
Unless include_datapoints
is set to true
, the response will not include
the Datapoints.
Use the List Datapoints endpoint (GET /{id}/datapoints
) to efficiently
retrieve Datapoints for a large Dataset.
By default, the deployed version of the Dataset is returned. Use the query parameters
version_id
or environment
to target a specific version of the Dataset.
Path parameters
Headers
Query parameters
If set to true
, include all Datapoints in the response. Defaults to false
. Consider using the paginated List Datapoints endpoint instead.
Response
Unique identifier for the Dataset. Starts with ds_
.
Unique identifier for the specific Dataset Version. If no query params provided, the default deployed Dataset Version is returned. Starts with dsv_
.