Get call executions for a test run
Lists call executions for a test run.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/call-executions/ Authentication
Path parameters
UUID of the test run whose call executions to retrieve.
Query parameters
Case-insensitive partial match on phone number or scenario name.
Filter by call status.
Number of records per page. Defaults to 10. Must be a positive integer.
Page number to retrieve. Defaults to 1.
Response
200 OKTotal matching call executions across all pages.
URL to the next page, or null if on the last page.
URL to the previous page, or null if on the first page.
Array of call execution objects for the current page.
UUID of the call execution.
Session identifier for external correlation, or null.
Current call status.
Call duration in seconds, or null if not completed.
ISO 8601 call start timestamp, or null if not started.
Ordered conversation transcript. Empty array if unavailable.
Object with id and name of the source scenario, or null if deleted.
Aggregate evaluation score (0-100), or null if not yet computed.
Raw outputs from each evaluation metric, or null if not processed.
Computed evaluation metric values by metric name, or null.
Simulated customer name from scenario data, or null.
Auto-generated call summary, or null.
Reason the call ended (e.g., "completed", "timeout", "error"), or null.
Average agent response latency in seconds, or null.
UUID of the source scenario, or null.
Whether this is a preserved historical snapshot.
Type of rerun, or null for original executions.
ISO 8601 creation timestamp.
Errors
Missing or invalid X-Api-Key or X-Secret-Key headers.
No test run found with the specified run_test_id.
Unexpected server error. Contact support if it persists.