v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Evals

Get eval runs

Get a list of runs for an evaluation.

get/evals/{eval_id}/runs

Path parameters

eval_idstring required

The ID of the evaluation to retrieve runs for.

Query parameters

afterstring

Identifier for the last run from the previous pagination request.

limitinteger

Number of runs to retrieve.

order'asc' | 'desc'

Sort order for runs by timestamp. Use asc for ascending order or desc for descending order. Defaults to asc.

status'queued' | 'in_progress' | 'completed' | 'canceled' | 'failed'

Filter runs by status. One of queued | in_progress | failed | completed | canceled.

Response

A list of runs for the evaluation

object'list' required

The type of this object. It is always set to "list".

first_idstring required

The identifier of the first eval run in the data array.

last_idstring required

The identifier of the last eval run in the data array.

has_moreboolean required

Indicates whether there are more evals available.