Skip to main content
Use the get dataset endpoint to retrieve detailed information about a specific dataset. Provide the dataset identifier in the path.

Endpoint

Authentication

Requires a valid Authorization: Bearer <jwt-or-api-key> header.

Path Parameters

string
required
Unique identifier of the dataset.

Response

string
Unique dataset identifier.
string
Dataset name.
string
File format, such as jsonl, csv, or parquet.
string
Current status, such as ready, processing, or downloading.
integer
Size of the dataset in bytes.
integer
Number of rows in the dataset.
string
Access mode, either local or stream.
string
ISO 8601 timestamp when the dataset was created.