notion_get_block_children
Retrieve child blocks from a Notion block by ID, with optional pagination using page size and start cursor.
Instructions
Get block children
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block ID to get children for | |
| page_size | No | Number of results per page (max 100) | |
| start_cursor | No | Pagination cursor |