confluence_get_pages
Retrieve Confluence pages filtered by space, status, or title. Supports pagination with cursor.
Instructions
Get all pages. Returns pages filtered by various parameters. Results are paginated - use the returned cursor to fetch more pages if you don't find what you need. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| limit | No | Maximum number of results (default 25, max 250) | |
| title | No | Filter by exact title match | |
| cursor | No | Cursor for pagination (from previous response) | |
| status | No | Filter by status (current, trashed, deleted, historical, draft) | |
| spaceId | No | Filter by space IDs | |
| bodyFormat | No | The format of the body content to return |