list_newsletters
Retrieve a paginated list of newsletters from your Ghost blog, including active and archived ones. Filter by status, page, or sort order to manage your newsletter subscriptions.
Instructions
List newsletters (active and archived).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page of results to return. | |
| limit | No | Newsletters per page (Ghost allows up to 100). | |
| order | No | Sort order, e.g. ``sort_order asc``. | sort_order asc |
| filter | No | Optional Ghost NQL filter, e.g. ``status:active``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||