External DocumentationTo learn more, visit the Notion documentation.
Parameters
Example Output
Workflow Library Example
Get Block Children with Notion and Send Results Via EmailPreview this Workflow on desktop
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?