notion_retrieve_block_children
Retrieve child blocks like paragraphs, headings, and lists from a Notion page or block. Supports pagination to access all nested content in manageable batches.
Instructions
Retrieves child blocks (paragraphs, headings, lists, etc.) of page or block. Supports pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['content_saved_to']. Use ['none'] to return all fields. | |
| block_id | Yes | Block ID or page ID | |
| page_size | No | Number of results per page (max 100) | |
| start_cursor | No | Pagination cursor |