Output Items
Manage and run evals in the OpenAI platform.
Get eval run output items
GET/evals/{eval_id}/runs/{run_id}/output_items
Get an output item of an eval run
GET/evals/{eval_id}/runs/{run_id}/output_items/{output_item_id}
ModelsExpand Collapse
OutputItemListResponse object { id, created_at, datasource_item, 7 more } A schema representing an evaluation run output item.
OutputItemListResponse object { id, created_at, datasource_item, 7 more }
A schema representing an evaluation run output item.
results: array of object { name, passed, score, 2 more } A list of grader results for this output item.
results: array of object { name, passed, score, 2 more }
A list of grader results for this output item.
sample: object { error, finish_reason, input, 7 more } A sample containing the input and output of the evaluation run.
sample: object { error, finish_reason, input, 7 more }
A sample containing the input and output of the evaluation run.
OutputItemRetrieveResponse object { id, created_at, datasource_item, 7 more } A schema representing an evaluation run output item.
OutputItemRetrieveResponse object { id, created_at, datasource_item, 7 more }
A schema representing an evaluation run output item.
results: array of object { name, passed, score, 2 more } A list of grader results for this output item.
results: array of object { name, passed, score, 2 more }
A list of grader results for this output item.
sample: object { error, finish_reason, input, 7 more } A sample containing the input and output of the evaluation run.
sample: object { error, finish_reason, input, 7 more }
A sample containing the input and output of the evaluation run.