GET
/
aiQualityCheck
/
testCase
/
{aiAgentId}
curl --request GET \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testCase/{aiAgentId}
[
  {
    "id": 123,
    "ticketId": 123,
    "aiAgentId": "<string>",
    "channel": "<string>",
    "summary": "<string>",
    "description": "<string>",
    "expectedResult": {},
    "modifiedBy": 123
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

aiAgentId
string
required

Response

200 - application/json
Successful operation

The response is of type object[].