Live Quality Coach check on a draft reply
Score an unsent draft reply against every applicable scorecard whose
liveCoach.enabled is true. Nothing is persisted. Used by the Quality Coach
panel to render live scores per scorecard.
One ticket may match multiple live-enabled scorecards (e.g. Compliance, Empathy,
Tone) — every match is scored and returned in scorecards, ordered by
scorecardId ascending so the FE can rely on positional rendering.
Scorecards without any AI-evaluable criteria are silently skipped. When no
applicable scorecard has Live Coach enabled for this ticket, scorecards is empty.
Either every applicable scorecard is scored successfully, or — if cortex fails on any of them — the whole request fails with 502; no partial results are returned.
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
JWT-based authentication
Pfadparameter
Ticket ID
Body
Draft reply text (HTML allowed) to score
Optional override — score against a specific scorecard revision only.
When set, applicability and liveCoach.enabled are ignored; the result
always contains exactly one entry. When omitted, every applicable
live-enabled scorecard is scored.
Antwort
Live coach evaluation results
One entry per applicable live-enabled scorecard with at least one
AI-evaluable criterion. Empty when nothing applies. Ordered by
scorecardId ascending.