v32

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

List evals

List evaluations for a project.

get/evals

Query parameters

afterstring

Identifier for the last eval from the previous pagination request.

limitinteger

Number of evals to retrieve.

order'asc' | 'desc'

Sort order for evals by timestamp. Use asc for ascending order or desc for descending order.

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

A list of evals

object'list' required

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

first_idstring required

The identifier of the first eval in the data array.

last_idstring required

The identifier of the last eval in the data array.

has_moreboolean required

Indicates whether there are more evals available.