Skip to main content
GET
Get merged analytics for all AI Sales Agent campaigns

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-ed71-7fc5-a97f-fc47dc2e87ad"

Query Parameters

start_date
string<date-time>

Start date for analytics (ISO 8601)

Example:

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

end_date
string<date-time>

End date for analytics (ISO 8601)

Example:

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

Response

Merged analytics data

Merged analytics data

total_email_activity_per_day
object[]

Daily total email activity data points formatted for chart (array of {x: Date, y: number})

replies_per_day
object[]

Daily replies data points formatted for chart (array of {x: Date, y: number})

leads_found_per_day
object[]

Daily leads found data points formatted for chart (array of {x: Date, y: number})

opportunities_per_day
object[]

Daily opportunities data points formatted for chart (array of {x: Date, y: number})

totals
object