Get evals runs output items 1
Retrieve a specific output item from an evaluation run by its ID.
NOTE: This Azure OpenAI API is in preview and subject to change.
Authorizations
Headers
Enables access to AOAI Evals, a preview feature. This feature requires the 'aoai-evals' header to be set to 'preview'.
preview Query Parameters
The explicit Azure AI Foundry Models API version to use for this request.
v1 if not otherwise specified.
v1, preview Response
The request has succeeded.
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 sample containing the input and output of the evaluation run.