External DocumentationTo learn more, visit the Notion documentation.
Actions
Get Block Children
Retrieve block children.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Block ID | The identifier of the required Notion block. |
| Page Size | The maximum number of items to retrieve in the response. The maximum value for this parameter is 100. |
{
"object": "<string>",
"results": [],
"next_cursor": null,
"has_more": false,
"type": "<string>",
"block": {},
"request_id": "<string>"
}
Was this page helpful?