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 }
}
| Field | Notes |
|---|---|
activeCalls | Calls currently in-progress |
todayCalls / prevDayCalls | Calls created since midnight UTC today, and on the same window yesterday |
avgDuration | Average duration (seconds) of today's completed calls |
totalAgents | Active agents in your org |
avgLatency | Milliseconds, 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.