Evaluations

Retrieve evaluation

Retrieve a single evaluation result by ID. The evaluation must belong to the specified agent.

get/agents/{agent_id}/evaluations/{evaluation_id}

Path parameters

agent_idstring required

ID of the agent the evaluation belongs to.

evaluation_idstring required

ID of the evaluation to retrieve.

Response

The requested evaluation result.

Changes