Rerun test executions
Reruns test executions.
POST
https://api.futureagi.com/simulate/run-tests/{run_test_id}/rerun-test-executions/ Authentication
Path parameters
run_test_id
UUID of the test run containing the executions to rerun.
Request body
rerunType
Type of rerun. eval_only re-runs evaluations on existing call data. call_and_eval re-executes calls and evaluations from scratch.
testExecutionIds
Array of test execution UUIDs to rerun. Required when selectAll is false.
selectAll
When true, reruns all executions, ignoring testExecutionIds. Defaults to false.
Response
200 OK message
Confirmation that the rerun was initiated.
Errors
400
Invalid or missing rerunType, or no executions specified.
401
Missing or invalid X-Api-Key or X-Secret-Key headers.
404
No test run found with the specified run_test_id.
500
Unexpected server error. Retry later or contact support.