latestOpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

OpenAI Evals API - Runs

List Runs

List all runs for an evaluation with pagination.

Model-based routing (for multi-account support):

  • Pass model via header: x-litellm-model: gpt-4-account-1
  • Pass model via query: ?model=gpt-4-account-1

Example usage:

curl "http://localhost:4000/v1/evals/eval_123/runs?limit=10"       -H "Authorization: Bearer your-key"

Returns: ListRunsResponse with list of runs

get/v1/evals/{eval_id}/runs

Path parameters

eval_idstring required

Query parameters

limitinteger nullable
afterstring nullable
beforestring nullable
orderstring nullable
custom_llm_providerstring nullable

Response

Successful Response

objectstring
first_idstring nullable
last_idstring nullable
has_moreboolean