The Dashboard APIs allow you to programmatically pull high-level analytics for your AI Agents. These endpoints are designed for building internal admin panels, monitoring ROI, and tracking overall system health.
Analytics Endpoints
Agent Analytics
POST /agent-analytics/Returns aggregated metrics for a specific agent over a date range, including total calls, successful connections, and average duration.
Conversation Counts
GET /conversation-counts/Returns a breakdown of daily conversation volume, automatically filtered by your desired status or campaign ID.
1. Fetch Agent Analytics
To query aggregated dashboard metrics, provide the agent's UUID and the desired date window.
cURL
2. Fetch Conversation Counts
Retrieve live conversation counting data for an agent. You can filter by standard parameters like status (e.g., completed, failed) and campaign_id.
cURL
Last updated: March 2026
Last modified on

