Read tenant-wide agent hub KPIs
Return the tenant-wide agent KPI snapshot backing the dashboard hub strip: conversation counts for today and yesterday (bucketed on the organization’s billing timezone), plus the rolling-window total conversations and auto-resolution rate — containment semantics identical to the org-wide Containment dashboard and the per-agent operational-KPI tab, so every surface means the same thing by ‘handed off’ and ‘resolved’. Read-only; the aggregation degrades to a zeroed KPI block for a not-yet-migrated tenant instead of failing.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The KPI snapshot — conversations today/yesterday, rolling-window total conversations, auto_resolved count, auto-resolution rate, and the window size the rate was computed over — in the standard { data, meta } envelope.