curl --request GET \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent
[
{
"aiAgentId": "change_bank_data",
"aiAgentName": "Bankdaten anpassen",
"testCaseCount": 2,
"totalRuns": 1
}
]
Cookie-based authentication
Successful operation
The response is of type object[]
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent
[
{
"aiAgentId": "change_bank_data",
"aiAgentName": "Bankdaten anpassen",
"testCaseCount": 2,
"totalRuns": 1
}
]