Rerun Test Executions
Rerun test executions within a run test. Choose eval_only to re-evaluate existing data or call_and_eval to re-execute calls from scratch. Supports selectAll mode.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/rerun-test-executions/ Authentication
Path parameters
UUID of the test run containing the executions to rerun.
Request body
Type of rerun. eval_only re-runs evaluations on existing call data. call_and_eval re-executes calls and evaluations from scratch.
Array of test execution UUIDs to rerun. Required when selectAll is false.
When true, reruns all executions, ignoring testExecutionIds. Defaults to false.
Response
200 OKErrors
Invalid or missing rerunType, or no executions specified.
Missing or invalid X-Api-Key or X-Secret-Key headers.
No test run found with the specified run_test_id.
Unexpected server error. Retry later or contact support.