Get Version Eval Summary
Retrieves evaluation summary statistics for an agent version.
GET
https://api.futureagi.com/simulate/agent-definitions/{agent_id}/versions/{version_id}/eval-summary/ Authentication
Path parameters
agent_id
The agent definition ID.
version_id
The agent version ID.
Response
200 OKArray of evaluation template statistics. Empty array if no evaluations configured.
eval_id
UUID of the evaluation template.
eval_name
Name of the evaluation template.
eval_type
Evaluation type category (e.g.,
"tone", "relevance"). total
Total evaluations run for this template.
pass
Number of passed evaluations.
fail
Number of failed evaluations.
error
Number of evaluations that errored (distinct from pass/fail).
pass_rate
Pass rate as a percentage (0-100).
Errors
401
Invalid or missing API credentials.
404
Agent definition or version not found.
500
Unexpected server error.