name
: The name given to the dataset.dataset_id
: The unique identifier for the dataset.description
: A brief description of the dataset if provided.status
: The current status of the dataset (e.g., idle
, processing
). If the dataset has at least one parse job in the
processing
or pending
state, the dataset status will be processing
.created_at
: The timestamp when the dataset was created, formatted as a RFC 3339 string.updated_at
: The timestamp when the dataset was last updated, formatted as a RFC 3339 string.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the dataset to retrieve
Dataset retrieved successfully
The response is of type object
.