Key metrics
The dashboard tracks six core metrics that reflect agent quality, efficiency, and cost:
Use containment rate and CSAT together to distinguish between agents that deflect conversations and agents that actually resolve them. A high containment rate with low CSAT suggests the agent is blocking escalation rather than answering questions effectively.
Call history
The Call History tab lists every conversation your agent has handled. For each conversation you can:- Read the full transcript
- Play back the audio recording
- View evaluation results from your success criteria
- Inspect any structured data collected during the call
Interpreting latency
Median agent response latency measures the 50th-percentile response time across all turns in a conversation. It reflects your choice of LLM, voice model, and any tool calls the agent makes. If you observe high latency:- Switch to a faster LLM in Configure > Models
- Reduce the number of tool calls per turn
- Avoid synchronous calls to slow external APIs in your tools
Next steps
Conversation analysis
Set up evaluation criteria and extract structured data from transcripts.
Experiments
Run A/B tests to measure the impact of configuration changes on these metrics.

