Get Page Descendants
get_page_descendantsFetch all descendant pages of a Confluence page. Supports pagination with limit and cursor for large hierarchies.
Instructions
Get all descendants of a page.
Args:
page_id: Page ID.
limit: Max results.
cursor: Pagination cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| page_id | Yes |