confluence_list_descendants
Retrieve a paginated flat list of descendants below a Confluence page or folder, with cursor navigation and an option to exclude version-history containers.
Instructions
Primitive: list one paginated descendants response below a page or folder, in flat top-to-bottom order. Returns the API response as-is, including the "Versions of ..." containers Confluence uses for retained document versions; set include_version_history=false to drop those and everything under them from this page of results. Use it when a raw page of descendants or manual cursor control is needed. For a rendered hierarchy with pagination handled server-side, and with version history excluded by default, prefer confluence_get_content_tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| limit | No | ||
| cursor | No | ||
| max_chars | No | ||
| parent_id | Yes | ||
| parent_type | No | page | |
| include_version_history | No |