Retrieve block children.

External Documentation

To learn more, visit the Notion documentation.

Parameters

ParameterDescription
Block IDThe identifier of the required Notion block.
Page SizeThe maximum number of items to retrieve in the response.

The maximum value for this parameter is 100.

Example Output

{
	"object": "<string>",
	"results": [],
	"next_cursor": null,
	"has_more": false,
	"type": "<string>",
	"block": {},
	"request_id": "<string>"
}

Workflow Library Example

Get Block Children with Notion and Send Results Via Email

Preview this Workflow on desktop