curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/stats \
--header 'Authorization: Bearer <token>'{
"success": true,
"total": 11,
"intents": [
{
"total": 3,
"id": 1,
"name": "Zählerstand verarbeiten"
}
],
"groups": [
{
"total": 3,
"id": 1,
"name": "Billing"
}
],
"tags": [
{
"total": 3,
"id": 1,
"fullName": "powercloud"
}
]
}Get ticket stats
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/stats \
--header 'Authorization: Bearer <token>'{
"success": true,
"total": 11,
"intents": [
{
"total": 3,
"id": 1,
"name": "Zählerstand verarbeiten"
}
],
"groups": [
{
"total": 3,
"id": 1,
"name": "Billing"
}
],
"tags": [
{
"total": 3,
"id": 1,
"fullName": "powercloud"
}
]
}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.
JWT-based authentication