Retrieve Sender Metrics
Retrieves a list of senders, either sub-accounts or campaigns, with their associated message metrics. Sorted by total # of sent messages (processed + dropped) Supports optional filter for time range, and optional settings for limit, offset, and sort order. Note: senders without any messages in the given time range will not be included in the results. The default time range is from one month ago to now, and the default sort order is descending.
Headers
Path Parameters
campaigns, sub-accounts Query Parameters
The beginning of the time range for retrieving top senders metrics (inclusive). Formats: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ Defaults to one month ago if not provided.
The end of the time range for retrieving top senders metrics (exclusive). Formats: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ Defaults to the current time if not provided.
The maximum number of senders to return The default is 10.
1 <= x <= 1000The number of senders to skip before returning results.
x >= 0The order in which to sort the results, based on total messages (processed + dropped).
asc, desc 
