list_child_pages
List direct child pages of a page in sidebar order. Pass page_id for nested pages or space_id for root pages. Supports pagination with limit and cursor.
Instructions
List direct child pages of a page, in sidebar order. Omit page_id and pass space_id for space-root pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100 | |
| cursor | No | Pagination cursor from meta.nextCursor | |
| page_id | No | Page UUID or slugId | |
| space_id | No | Space UUID or slug |