Get per-lead activity for an AI Sales Agent
Returns per-lead event history (emails sent, opens, replies, clicks, bounces, opportunity status) for all campaigns associated with an AI Sales Agent, with pagination and optional date filtering.
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-ed74-7846-802b-bd7f0ea4fe2d"
Query Parameters
Start date filter (ISO 8601)
"2026-08-20T18:30:01.332Z"
End date filter (ISO 8601)
"2026-08-20T18:30:01.332Z"
Number of leads to return (default 100)
1 <= x <= 100100
Number of leads to skip for pagination (default 0)
x >= 00
Optional filter: "replied" returns only leads that replied; "has_opportunity" returns only leads with a positive opportunity.
replied, has_opportunity "replied"