List Email Message Logs
Email Campaigns
List Campaign Message Logs
Without campaign_id, return up to the 500 most recent email message logs for the authenticated company. With campaign_id, return a paginated event feed for that campaign (sends, opens, clicks, replies, suppressions).
GET
List Email Message Logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Campaign-feed only.
Campaign-feed only. Capped to 200.
Response
200 - application/json
Top-level: list of EmailMessageLog. Campaign-scoped: paginated event feed (results, total, page, page_size, total_pages).

