English
{ "data": [ { "id": "<string>", "dataset_id": "<string>", "dataset_version_id": "<string>", "repetitions": 123, "metadata": {}, "project_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "example_count": 123, "successful_run_count": 123, "failed_run_count": 123, "missing_run_count": 123 } ], "next_cursor": "<string>" }
Retrieve a paginated list of experiments for the specified dataset.
Cursor for pagination (base64-encoded experiment ID)
The max number of experiments to return at a time.
Paginated list of experiments for the dataset
Show child attributes
The ID of the experiment
The ID of the dataset associated with the experiment
The ID of the dataset version associated with the experiment
Number of times the experiment is repeated
Metadata of the experiment
The name of the project associated with the experiment
The creation timestamp of the experiment
The last update timestamp of the experiment
Number of examples in the experiment
Number of successful runs in the experiment
Number of failed runs in the experiment
Number of missing (not yet executed) runs in the experiment
Was this page helpful?