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
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>"
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140-update-phoenix-arize-phoenix-evals-3-1-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 > 0Was this page helpful?