notion.listBlockChildren list the direct children of a Notion block with cursor pagination.
Example
automations/notion-list-block-children.automation.ts
Inputs
Provideblock_id. Optional start_cursor continues a previous page, and page_size accepts 1 through 100. Every input accepts a compatible signal, and an optional second argument can select a named account.
Output
Returns ablock list with results, has_more, and next_cursor. It does not recursively fetch descendants.