Skip to main content

Dashboard

A single org-scoped snapshot — active calls right now, today's call volume versus yesterday, and average per-layer latency across recent calls.

curl https://convostack.ai/api/dashboard/stats \
-H "Authorization: Bearer cak_live_..."
{
"activeCalls": 0,
"todayCalls": 0,
"prevDayCalls": 0,
"avgDuration": 0,
"totalAgents": 14,
"avgLatency": { "stt": 0, "llm": 0, "tts": 0, "endToEnd": 0 }
}
FieldNotes
activeCallsCalls currently in-progress
todayCalls / prevDayCallsCalls created since midnight UTC today, and on the same window yesterday
avgDurationAverage duration (seconds) of today's completed calls
totalAgentsActive agents in your org
avgLatencyMilliseconds, averaged across recent calls per pipeline stage

There's just the one endpoint — this is a summary surface, not a query API. For historical trends and breakdowns, see Calls & campaigns and the spend endpoints under Analytics.