Reference
Remy Reference/agent/email.suppressions
?

email.suppressions

Your app's unsubscribe list, newest first.
email.suppressions(options?) → { suppressions, nextCursor, total }

Your app’s own unsubscribe list, newest first, cursor-paginated. Each entry records how the address got there: a one-click header, the body link, an owner add, or a complaint.

Parameters
options
{ cursor?, offset?, limit? }
Cursor-based paging.
Call from a method
const { suppressions, total } = await email.suppressions();