Get Page Attachments
page_get_attachmentsRetrieve attachments for a Yandex Wiki page using its ID or slug. Supports pagination and can fetch all listed items in a single request.
Instructions
Get attachments 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 |