v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
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