Lists a sent campaign's activity feed (delivered / open / click / bounce / unsubscribe events plus attributed orders) from the stored feed. Paginated; filter to one kind with 'view', search recipients with 'search'. Call sync_email_activity first if the feed looks stale.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringEmail id, discoverable via list_emails
pageNumberinteger0Minimum: 0Maximum: 9007199254740991pageSizeinteger20Minimum: 0Maximum: 500filtersstringJSON-encoded FilterGroup[] for view / custom filtering.
searchstringCase-insensitive recipient substring.
sortFieldstringWhitelist of fields which can be sorted by when listing activity.
"timestamp" | "recipient" | "eventType"sortDirectionstring"asc" | "desc"