Analytics & Logs
Every email is tracked from send through delivery, and any bounces or complaints.
What's tracked
- Delivery — sent, delivered, or failed at the provider.
- Bounces — hard/soft bounce type and subtype.
- Complaints — spam/abuse reports from the recipient's mailbox provider.
Dashboard views
Analytics shows delivery, bounce, and complaint rates over time. Logs is a searchable, filterable list of every individual send — click a row for its full event timeline.
Querying via API
GET /v1/emails/:id returns the full event history for one send; GET /v1/emails lists and filters your sends by status, recipient, and date range. See the Emails API reference.