Enneo

AI Quality Check

Re-run a previously executed test run

POST /aiQualityCheck/testRun/{testRunId}/rerun

POST /aiQualityCheck/testRun/{testRunId}/rerun

Re-executes the same set of test tickets that the original test run used. The new run is created in scheduled state and processed asynchronously. Compare its result against the original to measure regressions across AI agent versions.

Path parameters

testRunIdintegerpathrequired

ID of the test run to re-execute.

Responses

200 — Re-run scheduled

Response Example

{
  "success": true,
  "testRun": null
}

404 — Original test run not found