List Ghost pages
list_pagesRetrieve paginated Ghost page records and filter by status, search, and dates to obtain exact IDs and updated_at values for syncing or updates.
Instructions
List bounded Ghost page records and obtain exact IDs plus updated_at values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| order | No | updated_at_desc | |
| search | No | ||
| status | No | all | |
| updated_after | No | ||
| updated_before | No | ||
| published_after | No | ||
| published_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| pages | Yes |