Datasets
Get a dataset
Get a dataset object by its ID.
This includes the dataset's versions, sorted by creation date, with the most recently-created version first.
This endpoint does not include the dataset's examples. To get the examples of a specific dataset version, use the List Dataset Examples endpoint.
<Note>This endpoint is in beta, read more here.</Note>
get/v2/datasets/{dataset_id}
Path parameters
dataset_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique dataset identifier (base64)
Response
A dataset object