List children of a block
buildin_get_block_childrenRetrieve immediate child blocks of a specific block or page with optional pagination. Use this to render contents without scraping.
Instructions
List immediate children of a block (or page) with pagination. Use this instead of scraping a page to render its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Buildin object ID (UUID-like). | |
| page_size | No | ||
| start_cursor | No |