Get Page Comments
page_get_commentsLoad comments from a Yandex Wiki page. Provide a page ID or slug, then paginate or retrieve all comments at once.
Instructions
Get comments for 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. | |
| 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 cursor-based endpoints. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| truncated | No | ||
| next_cursor | No | ||
| prev_cursor | No |