Get Page Grids
page_get_gridsRetrieve dynamic tables (grids) attached to a Yandex Wiki page. Supports pagination, sorting, and fetching all results.
Instructions
Get dynamic tables attached to a Yandex Wiki page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Wiki page slug or full Wiki URL. Provide either page_id or slug. | |
| cursor | No | Opaque pagination cursor returned by the previous call. | |
| page_id | No | Wiki page numeric ID. Provide either page_id or slug. | |
| order_by | No | Optional grid sorting field. | |
| fetch_all | No | Follow pagination automatically and return all items in one call (up to ~500). The response then carries truncated=false when the list is complete, or truncated=true with next_cursor to continue. | |
| page_size | No | Page size for page grid list endpoints. | |
| order_direction | No | Optional grid sorting direction. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| truncated | No | ||
| next_cursor | No | ||
| prev_cursor | No |