Filter email account stats
channels:read scope (or a broader one that includes it).
Use this endpoint when you need sending statistics for a set of email accounts rather than one — for example to spot mailboxes close to their daily limit. It takes the same filter as the account filter endpoint and returns a page of per-account figures controlled by the top and skip query parameters.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Maximum number of items to return (default 25, max 1000)
Number of items to skip
Body
Filter criteria for searching email accounts. All provided filters are combined with AND logic — an account must match every specified filter to be included. Omitted (null) filters are ignored.
Filter by connection status (case-insensitive, exact match). Allowed values: connected, disconnected, unknown
connected, disconnected, unknown Filter by email account provider type (case-insensitive, exact match). Allowed values: Custom, Gmail, Outlook, Exchange, ExchangeOnPremise
Filter by email address (exact match, case-insensitive)
Filter by email domains (suffix match on the email address). Multiple domains are combined with OR logic — matches any of the provided domains.
Filter by owner user IDs (matches any of the provided IDs)
Filter by tag names (case-insensitive, matches any of the provided tags)