Get Version Call Executions
Retrieves paginated call executions with evaluation results for an agent version.
GET
https://api.futureagi.com/simulate/agent-definitions/{agent_id}/versions/{version_id}/call-executions/ Authentication
Path parameters
agent_id
The agent definition ID.
version_id
The agent version ID.
Query parameters
limit
Results per page. Defaults to 10.
page
Page number. Defaults to 1.
Response
200 OK count
Total completed call executions with evaluation results.
next
URL of the next page, or
null. previous
URL of the previous page, or
null. results
Array of call execution objects.
id
UUID of the call execution.
service_provider_call_id
External provider call ID, or
null. session_id
Session identifier, or
null. status
Call status (only
completed returned). duration
Call duration in seconds, or
null. start_time
ISO 8601 start timestamp.
transcript
Transcript turn objects.
scenario
Scenario name.
overall_score
Aggregate evaluation score, or
null. eval_outputs
Detailed evaluation results per template.
eval_metrics
Aggregated evaluation metrics, or
null. scenario_columns
Additional scenario column data.
customer_name
Simulated customer name, or
null. call_summary
AI-generated call summary, or
null. ended_reason
Reason the call ended, or
null. created_at
ISO 8601 creation timestamp.
Errors
401
Invalid or missing API credentials.
404
Agent definition or version not found.
500
Unexpected server error.