Get Page Direct Children
get_page_direct_childrenRetrieve the direct child pages of a specified Confluence page, one level deep. Supports pagination with cursor and limit.
Instructions
Get the immediate (one-level-deep) children of a page.
Args:
page_id: Parent page ID.
cursor: Pagination cursor.
limit: Max results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| page_id | Yes |