curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/quality/exists \
--header 'Authorization: Bearer <token>'{
"exists": true
}Fast pre-flight check used by the FE to decide whether to expose the Live Quality
Coach Check action in the answer panel. Returns exists: true when at least one
applicable scorecard has liveCoach.enabled=true AND has at least one AI-evaluable
criterion (i.e. running quality/check would actually return a result).
Does not call cortex.
curl --request GET \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/quality/exists \
--header 'Authorization: Bearer <token>'{
"exists": true
}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.