ghost_get_members
Retrieve a paginated list of Ghost CMS members with optional NQL filters and includes for labels and newsletters.
Instructions
Retrieves a list of members (subscribers) from Ghost CMS with optional filtering, pagination, and includes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page | No | ||
| filter | No | NQL filter string (e.g., "status:paid+subscribed:true") | |
| include | No | Comma-separated list of relations (e.g., "labels,newsletters") | |
| order | No | Order results (e.g., "created_at DESC", "name ASC") |