Get Page Children
confluence_get_page_childrenRetrieve child pages and folders from a Confluence page by specifying its ID, with options to paginate, include content, and convert to markdown.
Instructions
Get child pages and folders of a specific Confluence page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of child items to return (1-50) | |
| start | No | Starting index for pagination (0-based) | |
| expand | No | Fields to expand in the response (e.g., 'version', 'body.storage'). Defaults to 'version,history'. | version,history |
| parent_id | Yes | The ID of the parent page whose children you want to retrieve | |
| include_content | No | Whether to include the page content in the response | |
| include_folders | No | Whether to include child folders in addition to child pages | |
| convert_to_markdown | No | Whether to convert page content to markdown (true) or keep it in raw HTML format (false). Only relevant if include_content is true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |