Get photos
vk_photos_getRetrieve photos from a VK album by providing album ID (wall, profile, saved, or numeric) and owner ID. Supports both personal and community albums.
Instructions
List photos from an album. album_id accepts wall, profile or saved as well as a numeric album ID. owner_id is negative for a community.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of photos | |
| album_id | No | Album ID or: wall, profile, saved | |
| owner_id | No | Album owner: negative for a community, positive for a person. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | Photos in the album | |
| pagination | No | Where this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch. |