get-block-children
Retrieve child blocks from a specified Notion block using block ID. Supports pagination with page size and cursor for efficient data handling.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | The ID of the block to get children from | |
page_size | No | Number of results to return (max 100) | |
start_cursor | No | Pagination cursor |