confluence_get_child_pages
Fetch child pages of a Confluence page by its ID or URL. Supports limit and cursor for paginated results.
Instructions
Get child pages of a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
limit: Maximum number of children to return (default 25, max 250).
cursor: Pagination cursor from a previous result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| page_id | Yes |