Skip to main content
GET
Get AI Sales Agent analytics

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:

"01a08b36-b277-7624-9f8a-290035be2eba"

Query Parameters

start_date
string<date-time>

Start date filter (ISO 8601). When omitted, results are not bounded by a start date (all-time data up to end_date).

Example:

"2026-09-10T12:06:52.791Z"

end_date
string<date-time>

End date filter (ISO 8601). When omitted, results run up to the present.

Example:

"2026-09-10T12:06:52.791Z"

Response

Merged analytics data

Merged daily analytics for every campaign of the AI Sales Agent

total_email_activity_per_day
object[]

Daily total email activity data points formatted for charts (array of {x: date, y: value})

replies_per_day
object[]

Daily replies data points formatted for charts (array of {x: date, y: value})

leads_found_per_day
object[]

Daily leads found data points formatted for charts (array of {x: date, y: value})

opportunities_per_day
object[]

Daily opportunities data points formatted for charts (array of {x: date, y: value})

totals
object

Totals over the selected date range