Get Email Stats
Emails
Get Email Stats
Retrieve aggregate email sending statistics
GET
Get Email Stats
Get aggregate statistics for email sending including totals by type and success rates.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.
Examples
Response
The API returns a nested response with stats inside astats object.
The statistics object containing all metrics.
Example Response
Understanding the Metrics
| Metric | Description |
|---|---|
| total | Total emails processed through the system |
| sent | Successfully delivered to recipient servers |
| failed | Emails that couldn’t be delivered |
| transactional | Single-recipient triggered emails (receipts, notifications) |
| marketing | Bulk campaign emails |
| successRate | Percentage: (sent / total) * 100 |
SDKs automatically extract the nested
stats object, so you access fields directly (e.g., stats.total instead of response.stats.total).