v3

latestSwagger 2.02026-07-132961114.8 KB
Evals

List all evaluations

List evaluations for a project.

get/openai/evals

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.

order_by'created_at' | 'updated_at'

Evals can be ordered by creation time or last updated time. Use created_at for creation time or updated_at for last updated time.

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.