List AI Sales Agent lead activity
Get per-lead event history (emails sent, opens, replies, clicks, bounces, opportunity status) for all campaigns of the AI Sales Agent. Leads are ordered by email ascending and paginated with a cursor. 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"
Optional filter for the lead set.
replied, has_opportunity "replied"
Number of leads to return (default 100)
1 <= x <= 100100
The email of the last lead in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.
"lead@example.com"
Response
Per-lead activity data with cursor pagination
The list of leads with activity
Total number of distinct leads with activity (after the filter is applied)
250
The filter for getting the next leads after this one. Omitted when there are no more leads.
"lead@example.com"