Get Space Page Tree
confluence_get_space_page_treeRetrieve a Confluence space's page hierarchy as a flat list with parent_id and depth. Filter by depth or title to understand space organization before creating or moving pages.
Instructions
Get page hierarchy for a Confluence space as a flat list.
Returns pages with parent_id and depth attributes for token-efficient processing. Filter by depth to focus on relevant sections, or find pages by title. Much more efficient than rendering full ASCII trees.
Use this to understand space organization before creating/moving pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max pages to fetch | |
| space_key | Yes | Space key |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |