v3

latestSwagger 2.02026-07-132961114.8 KB
Evals

Get an output item of an evaluation run

Get an evaluation run output item by ID.

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

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_item_idstring required

The ID of the output item to retrieve.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

object'eval.run.output_item' required

The type of the object. Always "eval.run.output_item".

idstring required

Unique identifier for the evaluation run output item.

run_idstring required

The identifier of the evaluation run associated with this output item.

eval_idstring required

The identifier of the evaluation group.

created_atinteger required

Unix timestamp (in seconds) when the evaluation run was created.

statusstring required

The status of the evaluation run.

datasource_item_idinteger required
datasource_itemobject required

Details of the input data source item.