Evals
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