Zum Hauptinhalt springen
GET
/
ticket
/
{ticketId}
/
quality
/
exists
Check if Live Quality Coach is configured for a ticket
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.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

Ticket ID

Antwort

Live coach availability for this ticket

exists
boolean