Get eval explanation summary
Retrieves the eval explanation summary for a test execution.
GET
https://api.futureagi.com/simulate/test-executions/{test_execution_id}/eval-explanation-summary/ Authentication
Path parameters
test_execution_id
The test execution ID. Triggers async generation if not yet available.
Response
200 OK data
Summary data and generation metadata.
response
Summary with performance overview, issues, and recommendations.
last_updated
ISO 8601 timestamp of last generation.
status
Generation status:
pending, running, completed, or failed. success
Whether the request succeeded.
Errors
401
Invalid or missing credentials.
404
Test execution not found.
500
Unexpected server error.