get_space_pages
Retrieve all pages from a Confluence space to view titles, IDs, and URLs. Supports filtering by page type and pagination for efficient documentation management.
Instructions
List all pages in a Confluence space.
Args: space_key: Space key (default: ACTIVATE from config). max_results: Max pages per request (default 50, max 100). page_type: 'page' or 'blogpost' (default 'page'). start: Pagination offset (default 0).
Returns a list of pages with titles, IDs, and URLs (paginated).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_key | No | ||
| max_results | No | ||
| page_type | No | page | |
| start | No |