For the complete documentation index, see llms.txt. This page is also available as Markdown.

Campaign Stats

Retrieve aggregated performance metrics for a campaign

Retrieve campaign statistics

Get email campaign statistics

get

Returns aggregated performance metrics for a single campaign: counts and rates for deliveries, opens, clicks, bounces, spam complaints, and unsubscriptions.

If the campaign has never been started, all counts and rates are returned as 0. Statistics are aggregated asynchronously and may be slightly delayed for recently sent campaigns.

By default, statistics are aggregated over the whole period since the campaign was last started. Use the optional start_date and end_date query parameters to narrow the aggregation window.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token header

Path parameters
email_campaign_idinteger · int64 · min: 1Required

Unique identifier of the email campaign

Example: 4567
Query parameters
start_datestring · dateOptional

Start of the aggregation window (inclusive), in YYYY-MM-DD format. Defaults to the day the campaign was last started. Values earlier than the account creation date are clamped to it.

Example: 2026-05-01
end_datestring · dateOptional

End of the aggregation window (inclusive), in YYYY-MM-DD format. Defaults to the current date.

Example: 2026-05-31
Responses
200

Aggregated campaign statistics.

application/json
get/api/email_campaigns/{email_campaign_id}/stats
cURL

Last updated

Was this helpful?