get_block_children
Retrieve the direct child blocks of a Notion page or block to read its content. Provide a block ID to list its children.
Instructions
List the direct children of a block or page. Use this to read the content of a Notion page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page UUID whose children to retrieve | |
| page_size | No | Maximum number of blocks to return (max 100) | |
| start_cursor | No | Pagination cursor from a previous response |