Get AI Sales Agent analytics
Get daily analytics (leads found, emails sent, replies, opportunities, total email activity) merged across all campaigns of the AI Sales Agent. When start_date and end_date are omitted, the response covers all-time data.
Requires one of the following scopes: ai_sdr:read, ai_sdr:all, all:read, all:all
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
AI Sales Agent ID
"01a0206f-e414-76cf-8ce7-a2439b5bad4c"
Query Parameters
Start date filter (ISO 8601). When omitted, results are not bounded by a start date (all-time data up to end_date).
"2026-08-20T18:29:58.932Z"
End date filter (ISO 8601). When omitted, results run up to the present.
"2026-08-20T18:29:58.932Z"
Response
Merged analytics data
Merged daily analytics for every campaign of the AI Sales Agent
Daily total email activity data points formatted for charts (array of {x: date, y: value})
Daily replies data points formatted for charts (array of {x: date, y: value})
Daily leads found data points formatted for charts (array of {x: date, y: value})
Daily opportunities data points formatted for charts (array of {x: date, y: value})
Totals over the selected date range