Get List Stats
Lists
Get List Stats
Retrieve statistics for a contact list
GET
Get List Stats
Get aggregate statistics for a contact list including contact counts and engagement metrics.Documentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique list ID (e.g.,
lst_abc123).Examples
Response
Total number of contacts in the list.
Contacts eligible to receive emails.
Contacts on the suppression list (bounced, complained, unsubscribed, etc.).
Example Response
Understanding Contact States
| State | Description | Receives Email? |
|---|---|---|
| Active | Eligible to receive emails | Yes |
| Suppressed | On suppression list (bounced, complained, unsubscribed) | No |
totalContacts = activeContacts + suppressedContactsErrors
| Code | HTTP Status | Description |
|---|---|---|
NOT_FOUND | 404 | List with this ID doesn’t exist |