curl --request GET \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun
[
{
"id": 123,
"aiAgentId": "<string>",
"aiAgentName": "<string>",
"state": "processing",
"config": {},
"createdBy": 123,
"createdAt": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"ticketsScheduledForTesting": 123,
"ticketsTested": 123,
"successfulTests": 123,
"description": "<string>"
}
]
Cookie-based authentication
The number of items to return
1 <= x <= 1000
The number of items to skip
x >= 0
Successful operation
The response is of type object[]
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun
[
{
"id": 123,
"aiAgentId": "<string>",
"aiAgentName": "<string>",
"state": "processing",
"config": {},
"createdBy": 123,
"createdAt": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"ticketsScheduledForTesting": 123,
"ticketsTested": 123,
"successfulTests": 123,
"description": "<string>"
}
]