Execute a test run
Executes a test run.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/execute/ Authentication
Path parameters
UUID of the test run to execute. The test run must have at least one scenario associated.
Request body
When true, all scenarios run except those in scenarioIds (exclusion mode). When false, only those in scenarioIds run (inclusion mode).
Array of scenario UUIDs to include or exclude based on selectAll. If empty, all scenarios run.
UUID of a simulator agent to use. Defaults to the test run or organization default if omitted.
Response
200 OKConfirmation that execution was queued.
UUID of the created execution instance.
UUID of the parent test run.
Initial status, always "PENDING". Transitions through RUNNING to COMPLETED, FAILED, or CANCELLED.
Number of scenarios that will be executed after filtering.
Total simulation calls across all selected scenarios.
Resolved list of scenario UUIDs that will be executed.
Errors
Test run has no scenarios, contains invalid scenario IDs, or has a misconfigured agent/eval setup.
Missing or invalid X-Api-Key or X-Secret-Key headers.
Test run or organization not found.
Unexpected server error. Contact support if it persists.