Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the evaluation to retrieve runs for.
The ID of the run to retrieve.
The ID of the output item to retrieve.
Response
The evaluation run output item
A schema representing an evaluation run output item.
The type of the object. Always "eval.run.output_item".
eval.run.output_item
Unique identifier for the evaluation run output item.
The identifier of the evaluation run associated with this output item.
The identifier of the evaluation group.
Unix timestamp (in seconds) when the evaluation run was created.
The status of the evaluation run.
The identifier for the data source item.
Details of the input data source item.
A list of results from the evaluation run.
A result object.
A sample containing the input and output of the evaluation run.