v2

latestOpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
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

idstring required

Unique identifier for the dataset

namestring required

Name of the dataset

space_idstring required

Unique identifier for the space this dataset belongs to

created_atstring date-time required

Timestamp for when the dataset was created

updated_atstring date-time required

Timestamp for the last update of the dataset