English
cURL
curl --request GET \ --url https://api.example.com/v1/experiments/{experiment_id}/runs
{ "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
Was this page helpful?