Skip to main content
GET
Get per-lead activity for an AI Sales Agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

AI Sales Agent ID

Example:

"01a0206f-ed74-7846-802b-bd7f0ea4fe2d"

Query Parameters

start_date
string<date-time>

Start date filter (ISO 8601)

Example:

"2026-08-20T18:30:01.332Z"

end_date
string<date-time>

End date filter (ISO 8601)

Example:

"2026-08-20T18:30:01.332Z"

limit
integer

Number of leads to return (default 100)

Required range: 1 <= x <= 100
Example:

100

skip
integer

Number of leads to skip for pagination (default 0)

Required range: x >= 0
Example:

0

filter
enum<string>

Optional filter: "replied" returns only leads that replied; "has_opportunity" returns only leads with a positive opportunity.

Available options:
replied,
has_opportunity
Example:

"replied"

Response

Per-lead activity data with pagination

Per-lead activity data with pagination

leads
object[]
total
integer

Total number of distinct leads with activity (after filter)

Example:

250

limit
integer

Page size used

Example:

100

skip
integer

Offset used

Example:

0