List WordPress pages
list_pagesRetrieve and filter WordPress pages through the REST API, with search, pagination and status options to find the exact content you need.
Instructions
List/search pages on the connected WordPress site via GET /wp-json/wp/v2/pages. Supports search, pagination and status filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for pagination. | |
| search | No | Free-text search term to filter pages by title/content. | |
| status | No | Page status filter, e.g. "publish", "draft", "any". Defaults to WordPress's default (publish). | |
| per_page | No | Number of results per page (max 100). |