get_block_children
Retrieve child blocks from a Notion page or block by ID, with pagination and auto-fetch options to load all nested content.
Instructions
Retrieve children blocks of a block or page.
Args: block_id: The ID of the parent block or page page_size: Number of results per page (max 100) start_cursor: Cursor for pagination fetch_all: If True, auto-paginate all children. Default True.
Returns: Dict with results list and pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ||
| fetch_all | No | ||
| page_size | No | ||
| start_cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||