More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📝

Get Notion Block Children

n8n-nodes-base.httpRequest

Retrieve all child blocks of a page or block. Use this to get the actual content of a Notion page.

notion blocks content children page content
API Docs
Platform
Notion
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Read the content of a Notion page
Extract text from paragraphs and headings
Get nested blocks within toggles
Retrieve lists and other block content

Configuration

Node Configuration Summary
Ready-to-use Notion node configured for get notion block children. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /v1/blocks/{{ $json.block_id }}/children{{ $json.page_size ? '?page_size=' + $json.page_size : '' }}{{ $json.start_cursor ? ($json.page_size ? '&' : '?') + 'start_cursor=' + $json.start_cursor : '' }}
Nodes: 2
Auth: Notion API Key
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Notion Nodes