English
{ "data": [ { "dataset_example_id": "<string>", "output": "<unknown>", "repetition_number": 123, "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z", "id": "<string>", "experiment_id": "<string>", "trace_id": "<string>", "error": "<string>" } ], "next_cursor": "<string>" }
Retrieve a paginated list of runs for an experiment
Cursor for pagination (base64-encoded experiment run ID)
The max number of experiment runs to return at a time. If not specified, returns all results.
x > 0
Experiment runs retrieved successfully
Show child attributes
The ID of the dataset example used in the experiment run
The output of the experiment task
The repetition number of the experiment run
The start time of the experiment run
The end time of the experiment run
The ID of the experiment run
The ID of the experiment
The ID of the corresponding trace (if one exists)
Optional error message if the experiment run encountered an error
Was this page helpful?