Run new evaluations on test executions
Runs new evaluations on completed test executions.
https://api.futureagi.com/simulate/run-tests/{run_test_id}/run-new-evals/ Authentication
Path parameters
UUID of the test run containing the executions to evaluate.
Request body
Array of test execution UUIDs to evaluate. Required when selectAll is false. Only COMPLETED executions are eligible.
When true, evaluates all completed executions, ignoring testExecutionIds. Defaults to false.
Array of evaluation configuration UUIDs to run on the selected executions.
When true, also evaluates tool usage by the agent. Defaults to false.
Response
200 OKErrors
Missing or empty evalConfigIds, no executions specified, or no completed executions found.
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.