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
id
integer | null

The ID of the test case. Null if not yet saved.

ticketId
integer | null

The ID of the ticket that is being tested

aiAgentId
string | null

The id code of the AI agent that is being tested, e.g. updated_bank_data

channel
string | null

The channel of the ticket, e.g. email, phone, chat, etc. Pulled from ticket.channel

summary
string | null

The summary of the ticket. Pulled from ticket.summary

description
string | null

A short description of the test case. Null if not yet set.

expectedResult
object | null

The expected result of the test case

modifiedBy
integer | null

The user ID of the user who last modified the test case