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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

test_execution_id UUID Required

The test execution ID.

Response

200 OK
test_run_performance_metrics object
Aggregated pass/fail rates.
test_run_performance_metrics.pass_rate number
Pass rate percentage (0-100).
test_run_performance_metrics.total_test_runs integer
Total call executions.
test_run_performance_metrics.latest_fail_rate number
Fail rate percentage (0-100).
top_performing_scenarios array
Top scenarios by performance score, up to 4.
top_performing_scenarios[].scenario_name string
Scenario name.
top_performing_scenarios[].test_count integer
Calls executed for this scenario.
top_performing_scenarios[].performance_score number
Average eval score (0-10).

Errors

401 Unauthorized Optional
Invalid or missing credentials.
404 Not Found Optional
Test execution not found.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE