Get all AI agents for which test runs can be triggered
AI Quality Check
Get all AI agents for which test runs can be triggered
GET
Get all AI agents for which test runs can be triggered
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
Response
200 - application/json
Successful operation
The human-readable name of the AI agent being tested. If all AI agents are included, this will be "All".
Example:
"Bankdaten anpassen"
The total number of test cases (ticket IDs) used in this test specification.
Required range:
x >= 0Example:
2
The number of email test cases for this AI agent.
Required range:
x >= 0Example:
1
The number of chat test cases for this AI agent.
Required range:
x >= 0Example:
1
The number of voice test cases for this AI agent.
Required range:
x >= 0Example:
0
The total number of times this test specification has been executed.
Required range:
x >= 0Example:
1
The unique identifier code of the AI agent. If null, it indicates statistics for all agents.
Example:
"change_bank_data"