Skip to main content
POST
/
aiQualityCheck
/
testRun
/
{testRunId}
/
rerun
Re-run a previously executed test run
curl --request POST \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}/rerun \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "testRun": {}
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

testRunId
integer
required

ID of the test run to re-execute.

Response

Re-run scheduled

success
boolean
Example:

true

testRun
object

The newly scheduled test run.