ghost_get_members
Retrieve a list of Ghost CMS members with filtering, pagination, and include options. Use NQL filters and order results to find specific subscribers.
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") |