API-get-block-children
Retrieve child blocks from a specific block in Notion using the block ID. Supports pagination with start cursor and page size for efficient data access.
Instructions
Notion | Retrieve block children
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | Identifier for a [block](ref:block) | |
page_size | No | The number of items from the full list desired in the response. Maximum: 100 | |
start_cursor | No | If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results. |