Lists Sparkpost bounce or open events for a sent email. Returns one cursor-paginated page. Events outside the (date_sent - 1 day, now + 1 day) window aren't returned even if they exist.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringEmail id, discoverable via list_emails
eventRequiredstringSparkpost event class to fetch.
"bounce" | "open"cursorstringSparkpost cursor token; omit for the first page
pageSizeintegerItems per page (default 50, max 100)
50Minimum: 1Maximum: 100Cancel Scheduled Email
Unschedules a scheduled send and reverts the email to a draft.
List Email Activity
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.