v3

latestSwagger 2.02026-07-132961114.8 KB
Evals

Get evaluation run output items

Get a list of output items for an evaluation run.

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

Path parameters

eval_idstring required
run_idstring required

The ID of the run to retrieve output items 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'fail' | 'pass'

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

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.