/agent-console/analytics) and My History (/agent-console/history).
Analytics
The analytics page loadsfetchMyAgentMetrics and fetchAgentCalls in parallel. The top metric cards show:
| Card | Field | Note |
|---|---|---|
| Calls Taken | today_calls | Today |
| Talk Time | today_talk_seconds | Live handoff calls |
| Avg Handle | avg_handle_seconds | Audio duration |
| Wrap-Ups | wrap_ups_completed | shows current status |
last_call_at. A link goes to Full History.
My History
The history page loadsGET /api/v1/agent-desk/calls and renders the full table of agent-handled calls: Date, Caller (falls back to a session-ID prefix), Duration, Disposition (from disposition or post_call_analysis.disposition), and a Status badge. Each row links to /agent-console/calls/:id (the shared Call Detail view). A footer shows the total count.
Both pages format durations and timestamps using the operator display timezone. Disposition falls back to the post-call analysis disposition when no agent disposition is set.
Related docs
Agent console
Handling live calls and wrap-up.
Supervisor dashboard
Team-wide agent and call monitoring.