What sender breakdown metrics measure
Sender breakdown metrics return aggregate delivery counts grouped by sender. Each entry includes the sendername
along with processed, delivered, dropped, and bounced totals over the queried window.
Choose how to group results with the sender_type path parameter:
campaigns: group results by campaign.sub-accounts: group results by sub-account.
Senders with no processed messages in the queried window are excluded from the response.
Parameters
Unlike the other metric categories, sender breakdown returns an aggregate (not a time series) and does not acceptcampaign_id or interval. The supported parameters are:
start_timeandend_time: ISO 8601 timestamps that restrict the query to a time range. If omitted,start_timedefaults to one month ago andend_timedefaults to the current time.limit: maximum number of senders to return per page (default10, max1000).offset: number of senders to skip from the start of the result set (default0).sort_order:ascordesc. Sorting is applied to the total number of messages (processed+dropped). Defaults todesc.
Example query
The example below requests the top 50 campaigns by total messages (processed + dropped) for January 2026, sorted
in descending order.

