GET
/
aiQualityCheck
/
testRun
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>"
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

limit
integer
default:100

The number of items to return

Required range: 1 <= x <= 1000
offset
integer
default:0

The number of items to skip

Required range: x >= 0

Response

200
application/json
Successful operation

The response is of type object[].