v3

latestSwagger 2.02026-07-132961114.8 KB
Evals

Get a list of runs for an evaluation

Get a list of runs for an evaluation.

get/openai/evals/{eval_id}/runs

Path parameters

eval_idstring required

The ID of the evaluation to retrieve runs for.

Query parameters

api-versionstring required

The API version to use for this operation.

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

The request has succeeded.

first_idstring

The first ID represented in this list.

last_idstring

The last ID represented in this list.

has_moreboolean required

A value indicating whether there are additional values available not captured in this list.