List block children
list_block_childrenList child blocks nested under a specified Notion block or page, supporting pagination with startCursor and pageSize parameters.
Instructions
List the child blocks beneath a page or block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockId | Yes | ||
| pageSize | No | ||
| startCursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | No | ||
| data | No | ||
| error | No | ||
| status | No |