get https://emailapi.netcorecloud.net/v6/messages
Retrieves a paginated list of email event logs with multiple filtering options. You can filter logs by time range, event type, recipient details, sender details, and more.
This endpoint supports scroll-based pagination via the scrollId
mechanism. The maximum number of records per request is 1000. If no limit is specified, 50 records will be returned.
Supported event types: processed
, sent
, open
, click
, unsubscribe
, bounce
, softbounce
, spam
, invalid
, dropped
, hardbounce
, scheduled
, cancelled