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 theprocessing
orpending
state, the dataset status will beprocessing
.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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the dataset to retrieve
Response
Dataset retrieved successfully
The response is of type object
.