v32

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

Get eval run output items

Get a list of output items for an evaluation run.

get/evals/{eval_id}/runs/{run_id}/output_items

Path parameters

eval_idstring required

The ID of the evaluation to retrieve runs for.

run_idstring required

The ID of the run to retrieve output items for.

Query parameters

afterstring

Identifier for the last output item from the previous pagination request.

limitinteger

Number of output items to retrieve.

status'fail' | 'pass'

Filter output items by status. Use failed to filter by failed output items or pass to filter by passed output items.

order'asc' | 'desc'

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

Response

A list of output items for the evaluation run

object'list' required

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

first_idstring required

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

last_idstring required

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

has_moreboolean required

Indicates whether there are more eval run output items available.