v1

latestOpenAPI 3.1.02026-07-175793186.0 KB
optimization

Get Dataset Detail

Return dataset metadata with the first 10 rows as preview.

get/api/v1/optimization/datasets/{dataset_id}

Path parameters

dataset_idstring required

Identifier of the dataset to inspect.

Identifier of the dataset to inspect.

Response

Successful Response

idstring required

Unique dataset identifier.

namestring required

Human-readable dataset name.

row_countinteger required

Number of rows/examples in the dataset.

formatstring required

File format (json or jsonl).

module_slugstring nullable

Associated module slug, when provided.

created_atstring required

ISO-8601 creation timestamp.

sample_rowsobject[] required

First rows from the dataset as preview.

uristring required

Filesystem path to the dataset file.