Get Buildin page children
buildin_get_page_childrenRetrieves the top-level child blocks of a specified page, supporting pagination to navigate through results.
Instructions
List top-level children blocks of a page using GET /v1/blocks/{page_id}/children. Returns a paginated list with next_cursor and has_more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The page id — Buildin exposes page children through /v1/blocks/{page_id}/children. | |
| start_cursor | No | ||
| page_size | No |