Voice metrics on the project dashboard
August 27, 2026 · release
Each project now has a Voice tab under Metrics in the VoiceThere dashboard. Review speech-to-text and text-to-speech latency percentiles, how busy your voice pipeline is, and turn-taking signals without leaving the project page.
What you get
- Latency cards — STT and TTS p50, p95, and p99 for the selected window
- Charts — latency over time, utterance volume, barge-in rate, and VAD speech start/end events
- Time windows — 1 hour, 6 hours, 24 hours, or 7 days
- API — the same aggregates via
GET /api/v1/projects/{projectId}/voice-metrics
Barge-in and VAD charts populate as sessions run on a voice runtime that reports those events. Latency and volume can appear first while turn-taking charts catch up after you deploy workers with the updated counters.
Try it
- Docs: Voice metrics
- Dashboard: VoiceThere dashboard → Project → Metrics → Voice