list_pages
Retrieve a list of standalone pages from your Ghost blog, with options to filter, sort, and paginate results.
Instructions
List pages (standalone content outside the post feed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page of results to return. | |
| limit | No | Pages per page of results (Ghost allows up to 100). | |
| order | No | Sort order, e.g. ``published_at desc``. | updated_at desc |
| filter | No | Optional Ghost filter, e.g. ``status:published``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||