list_confluence_page_children
Retrieve child pages under a specified Confluence page by providing its page ID. Returns a hierarchical list of direct child pages, with optional pagination and expansion controls.
Instructions
List child pages under a given Confluence page. Returns a hierarchical list of direct child pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of child pages to return. Default is 25, maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| expand | No | Properties to expand in the response. | space |
| pageId | Yes | The ID of the parent page. |