Analytics
The analytics endpoint provides aggregated metrics across all agents in your workspace. Use it to track resolution rates, voice quality, and call volume trends.
Get Analytics
Query Parameters
Response
Metrics Explained
Resolution Rate
Voicebip automatically classifies each completed call as resolved or unresolved using AI analysis of the conversation transcript. Classification happens asynchronously via a NATS consumer on call.completed events.
The resolution_rate is the ratio of resolved calls to total classified calls (0.0 to 1.0).
Mean Opinion Score (MOS)
Voice quality is estimated using the E-model from voice pipeline RTP statistics:
- Jitter - Variation in packet arrival time
- Packet loss - Percentage of lost RTP packets
- RTT - Round-trip time to the caller
MOS is tracked per-call and aggregated per-MNO for network quality monitoring.
Sentiment Trend
Sentiment trend analysis is not yet available. This field is planned for a future release. The current response includes call volume, resolution rate, and voice quality (MOS) metrics.
Call-Level Quality Data
Individual calls include quality fields in the GET /v1/calls/{call_id} response:
Conversation Export
Download all conversation data for an agent as CSV or JSON:
The CSV includes columns: call_id, from_number, to_number, direction, status, duration_seconds, created_at, transcript_text.