Get test cases for a specific AI agent
Get all test cases associated with the specified AI agent ID. Here {id} is treated as an
AI agent id (digits, or all to list across every agent). This is a different overload of
{id} than the DELETE/PATCH variants below, which take a numeric test case id.
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Path Parameters
The AI agent ID (numeric, or 'all').
Response
Successful operation
The ID of the test case. Null if not yet saved.
The ID of the ticket that is being tested (null for chat/voice tests)
Array of AI agent IDs for reference only (indicates which agents this test case is meant for). Does not affect the number of test tickets created.
[1, 2, 3]The channel of the test case (email, chat, or phone)
The summary of the ticket. Pulled from ticket.summary
A short description of the test case. Null if not yet set.
The expected result of the test case
The user ID of the user who last modified the test case