AI Quality Check
Get all test runs with pagination
GET /aiQualityCheck/testRun
GET /aiQualityCheck/testRun
Query parameters
limitintegerqueryThe number of items to return
offsetintegerqueryThe number of items to skip
Responses
200 — Successful operation
Response Example
[
{
"id": 1,
"aiAgentId": "string",
"aiAgentName": "string",
"state": "processing",
"config": null,
"createdBy": 1,
"createdAt": "2026-01-01T12:00:00Z",
"endDate": "2026-01-01T12:00:00Z",
"ticketsScheduledForTesting": 1,
"ticketsTested": 1,
"successfulTests": 1,
"description": "string"
}
]500 — Internal error