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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.