GET
/
aiQualityCheck
/
testCase
curl --request GET \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testCase
[
  {
    "aiAgentId": "change_bank_data",
    "aiAgentName": "Bankdaten anpassen",
    "testCaseCount": 2,
    "totalRuns": 1
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200 - application/json
Successful operation
aiAgentName
string
required

The human-readable name of the AI agent being tested. If all AI agents are included, this will be "All".

testCaseCount
integer
required

The total number of test cases (ticket IDs) used in this test specification.

Required range: x > 0
totalRuns
integer
required

The total number of times this test specification has been executed.

Required range: x > 0
aiAgentId
string | null

The unique identifier code of the AI agent being tested. If null, it indicates that all AI agents are included in this test specification.