
KPI cards
Four cards summarizing queue state right now:Throughput
A card showing rate metrics:
Use throughput to project when a backlog will clear. If Queue Depth is 5,000 and Completed Per Hour is 600, you have roughly 8 hours of work ahead, assuming no new conversations arrive in the meantime.
Queue Health
A status badge plus an estimated completion time:
Estimated Completion shows how long until the current backlog clears at the current throughput. Displayed in minutes for short backlogs, hours for longer ones, or Unknown when throughput is zero.
A Refresh button at the top of the page forces a re-fetch; the page doesn’t poll automatically.
Why analyses fail
Common failure modes that drive the Failed counter:- Conversation not found. The original conversation was deleted between queue and analyze, or the agent ID is invalid.
- Model rate limit / timeout. The analysis LLM was unavailable. The pipeline retries up to 3 times before marking the conversation as failed.
- Malformed criteria. A criterion question or option list that the LLM can’t reliably answer.
- Quota exhausted. Daily analysis budget reached.
Where to go next
Trigger analysis on demand
Browse conversations and analyze them, batch-select to clear backlog.