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

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. Triggers async generation if not yet available.

Response

200 OK
data object
Summary data and generation metadata.
response object or null
Summary with performance overview, issues, and recommendations.
last_updated datetime or null
ISO 8601 timestamp of last generation.
status string
Generation status: pending, running, completed, or failed.
success boolean
Whether the request succeeded.

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