get_page_children
Retrieve child pages of a specified Confluence page by providing the parent page ID. Supports pagination and optional body format inclusion for detailed results.
Instructions
Get child pages of a specific page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bodyFormat | No | Body format to include: "storage" or "view" (optional) | |
limit | No | Maximum results (default: 25) | |
pageId | Yes | Parent page ID | |
start | No | Starting index for pagination (default: 0) |