Get Eval Summary
Retrieve aggregated evaluation summary for a test run. Optionally scope to a specific execution. Returns per-config average scores, pass counts, and fail counts.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/eval-summary/ Authentication
Path parameters
UUID of the test run whose evaluation summary to retrieve.
Query parameters
UUID of a specific execution to scope the summary to. If omitted, aggregates across all executions.
Response
200 OKArray of evaluation summary objects, one per eval config.
Name of the evaluation configuration.
Average score across all evaluated calls.
Total evaluation runs for this config.
Number of passing evaluations.
Number of failing evaluations.
Errors
Missing or invalid X-Api-Key or X-Secret-Key headers.
No test run found with the specified run_test_id.
Unexpected server error. Contact support if it persists.