Campaign analytics over time
One point per interval so you can chart a campaign – this series carries bounces AND unsubscribes, so those rates are chartable without extra calls. Long windows auto-coarsen (day → week → month); the response says which interval it used.
Requires one of the following scopes: metrics:read, all:read, all:all.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign id.
"c1a2b3d4-..."
Query Parameters
Start of the reporting window (ISO-8601). ⚠️ Reporting is by whole calendar day in your workspace timezone – the time component is ignored, so this date counts from the START of that day.
"2026-06-01T00:00:00Z"
End of the reporting window (ISO-8601). Defaults to now. ⚠️ Inclusive and by whole calendar day (time component ignored) – this counts through the END of that day in your workspace timezone.
"2026-06-30T23:59:59Z"
Exclude out-of-office auto-replies from reply counts and reply rate. Mirrors the dashboard toggle.
true
Bucket size. Coarser intervals are auto-selected for long windows to keep the series readable.
day, week, month "day"