Get evaluation summary
Returns the evaluation summary for a test run.
GET
https://api.futureagi.com/simulate/run-tests/{run_test_id}/eval-summary/ Authentication
Path parameters
run_test_id
UUID of the test run whose evaluation summary to retrieve.
Query parameters
execution_id
UUID of a specific execution to scope the summary to. If omitted, aggregates across all executions.
Response
200 OK evaluations
Array of evaluation summary objects, one per eval config.
name
Name of the evaluation configuration.
average_score
Average score across all evaluated calls.
total_runs
Total evaluation runs for this config.
passed
Number of passing evaluations.
failed
Number of failing evaluations.
Errors
401
Missing or invalid X-Api-Key or X-Secret-Key headers.
404
No test run found with the specified run_test_id.
500
Unexpected server error. Contact support if it persists.