OpenAPI 3.1.0raw.githubusercontent.com2026-08-10113297566.1 KB

d61b825a4bb4

experiments

List experiments by dataset

Retrieve a paginated list of experiments for the specified dataset.

get/v1/datasets/{dataset_id}/experiments

Path parameters

dataset_idstring required

Query parameters

cursorstring nullable

Cursor for pagination (base64-encoded experiment ID)

Cursor for pagination (base64-encoded experiment ID)

limitinteger

The max number of experiments to return at a time.

The max number of experiments to return at a time.

Response

Paginated list of experiments for the dataset

next_cursorstring nullable required