get-block-children
Retrieve nested content blocks or pages within a specified Notion block using its ID. Supports pagination for large datasets with start cursor and page size options.
Instructions
Retrieve the children blocks of a block
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | ID of the block (page or block) | |
page_size | No | Number of results per page | |
start_cursor | No | Cursor for pagination |