get
GET /api/v1/datasets/:datasetReference
Parameter | |
datasetReference |
Overview access to the dataset is required. If a dataset's overview is not public, your access token must have one of the following scopes:
- data.overview
- data.metadata
- data.data
- data.edit
If you are requesting the "next" (unreleased) version of a dataset, you must have edit access to the dataset and use a token with data.edit scope.
The request body must be empty.
Last modified 2yr ago