Get performance summary
Retrieves the performance summary for a test execution.
GET
https://api.futureagi.com/simulate/test-executions/{test_execution_id}/performance-summary/ Authentication
Path parameters
test_execution_id
The test execution ID.
Response
200 OK test_run_performance_metrics
Aggregated pass/fail rates.
test_run_performance_metrics.pass_rate
Pass rate percentage (0-100).
test_run_performance_metrics.total_test_runs
Total call executions.
test_run_performance_metrics.latest_fail_rate
Fail rate percentage (0-100).
top_performing_scenarios
Top scenarios by performance score, up to 4.
top_performing_scenarios[].scenario_name
Scenario name.
top_performing_scenarios[].test_count
Calls executed for this scenario.
top_performing_scenarios[].performance_score
Average eval score (0-10).
Errors
401
Invalid or missing credentials.
404
Test execution not found.
500
Unexpected server error.