QA scorecard trends: reading the org-wide score series
The rest of the Quality suite answers point-in-time questions: the evaluations ledger answers “what was scored”, the leaderboard answers “who ranks where right now”, the hub’s auto-scoring rollup answers “how are we doing this window”. The trend series answers a different one: is quality moving, and where? It charts the per-day average of official QA scores across your whole organization over a window of up to 90 days, with breakdowns by agent and by scorecard form. Use this guide when the leaderboard tells you someone is low and you need to know whether it is a blip or a slide, when you ran coaching and need to see whether scores recovered, or when you want the trend in your own tooling viaGET /api/v1/quality/trends.
1. What the trend answers — and what counts as official
Every point on the trend is a per-day average of the weighted total score (0–100) over theqa_evaluations pipeline — the same scorecards you grade under Quality → Evaluations. Three exclusion rules decide which evaluations count, so the trend tracks the current quality signal rather than history or self-assessment:
- Self-evaluations never enter the trend. An agent scoring their own conversation is excluded (agent equals reviewer means it is not an official score) — the same rule the leaderboard applies, so the trend and the ranking can never drift on self-grading.
- Appealed and resolved rows are out. An appealed score is under dispute and a resolved row is superseded; both are audit trail, not signal. Pending and acknowledged rows do count — acknowledgement is a notification step, the score stands either way.
- The day bucket is the evaluation’s creation day. A backfilled score lands in the day it was authored, not the day the call happened, so heavy backfill weeks show up as eval-volume spikes on recent days.
2. GET /quality/trends walk-through
Query parameters
All three are lenient by design: a bad value degrades to the safe default instead of rejecting the request, so dashboards and scripts can pass user input straight through.
Response shape
windowechoes the resolved scope — what was actually applied after clamping, not necessarily what you sent.totalsis the window rollup: official evaluations scored, mean weighted total (ornullwhen nothing was scored), distinct scored agents, and distinct scorecard forms in play. Readavg_scoreas the org’s QA level for the window andevalsas how much evidence backs it.trendis the per-day time series, chronological, one point per day that had evaluations: the day’s evaluation count and its average score. Days with zero evaluations produce no point — treat a missing day as “nothing scored”, not “scored zero”.by_agentranks up to 25 agents by evaluation volume (heaviest first) with each agent’s average — the org-level “compare agents” cut.by_formis the same cut per scorecard form, so you can tell whether two rubrics grade the same team consistently.
Example request and a minimal dashboard render
- cURL
- Node.js SDK
3. Supervisor workflows
Spot drift after coaching, not after a quarter
Coaching that works shows up in this series within a week; coaching that didn’t shows up as a flat line.- Before the coaching session, note the agent’s trend over the last 30 days (
?agent_id=...) and the rubric group that is failing (the per-agent scorecard’s group breakdown names it). - Run the coaching — a calibration disagreement, a one-on-one, or a Practice Studio scenario. Record the date.
- Re-read the same agent-scoped trend a week later. A working intervention walks the daily average up off its floor; a flat series on unchanged evaluation volume means the coaching missed the cause, not that the agent ignored it.
evals so a two-evaluation week is not mistaken for a signal.
Compare agents on evidence, not on rank
The leaderboard ranks on composed points from several inputs; the trend’sby_agent cut compares official QA scoring only, in the same 0–100 units, over the same window. Two read patterns:
- High volume, low average is a coaching target: row
evalsshows the score is well-evidenced, and the trend drills it by day to confirm it is a pattern, not a bad Monday. - Low volume, any average is a sampling problem first: an agent with two evaluations in 30 days has no trend — fix the sampling quota before drawing a conclusion from the number.
totals.avg_score over the same window; comparing an agent to the team leader flatters no one.
Tie trend dips to practice sessions
The closed loop downward-dip → diagnosis → rehearsal:- Read the dip. The org trend or an agent-drilled trend drops over several days. Open the per-agent scorecard from the hub roster to find the failing rubric group (“closing”, “identity verification”) before naming any scenario — sending the agent to practice first is guessing (see QA Evaluations).
- Diagnose against the evaluation. Pull the actual evaluations behind the dip from the ledger and read the lowest-scoring criteria; the worked conversation beats the average.
- Rehearse it. Author a Practice Studio scenario for the failing pattern and assign it. The agent’s sessions are scored automatically, but they do not re-enter the evaluation ledger — rehearsal volume never cancels a bad official score.
- Confirm on the trend. The next real evaluations on the failing rubric group move the agent’s trend; if a week of normal scoring volume shows no recovery, the scenario targeted the wrong skill.
4. Reading pitfalls
- Do not trend before the evaluators have calibrated. If reviewers score the same conversation apart, the daily average is reviewer noise, not quality movement; run a calibration session first (see Build a contact-center QA program).
- Backfill weeks inflate the right edge. A reviewer catching up on a backlog lands many evaluations on the same day — the
evalscount on that point tells you it is a volume artifact. - An empty window is not a failing window.
totals.avg_score: nullwithtotal_evals: 0means nothing official was scored; the trend has no points, not low points.
See also
- QA Evaluations — the scorecard pipeline the trend is computed over
- Quality leaderboard — the composed ranking that pairs with the QA-only trend
- The Quality hub: run the supervisor loop — the weekly loop across all four QM surfaces
- Train agents with AI roleplay in Practice Studio — the rehearsal step a trend dip assigns
- Build a contact-center QA program — calibration and evaluator governance behind the official scores