GET
/
aiQualityCheck
/
testAiAgent
curl --request GET \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent
[
  {
    "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".

Example:

"Bankdaten anpassen"

testCaseCount
integer
required

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

Required range: x >= 0
Example:

2

totalRuns
integer
required

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

Required range: x >= 0
Example:

1

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.

Example:

"change_bank_data"