List newsletter subscribers
list_newsletter_subscribersRetrieve paginated newsletter subscribers for your account to size your audience or export the list. Read-only operation returning email addresses with limit and offset controls.
Instructions
List the people subscribed to the authenticated account's newsletter, paginated.
Use it to size the audience or export the list. For what has been SENT to them, use list_newsletter_issues instead.
Reads only — no email is sent and no subscriber is added or removed. Requires an API key. This returns personal data (email addresses), so treat the result as confidential and do not echo it into shared transcripts. Page with limit and offset; the default returns the first 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Subscribers per page, 1-100. Defaults to 20. | |
| offset | No | Subscribers to skip before this page. Defaults to 0. |