Get specific posts
vk_wall_get_by_idRetrieve specific VK wall posts using their full IDs in owner_id_post_id format. Use this tool to re-read or verify posts you already know, such as ones you have just published.
Instructions
Fetch particular posts by their full IDs in {owner_id}_{post_id} form, e.g. -1_340393. Use it to re-read a post you already know about, such as one you just published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | Comma-separated post IDs in format {owner_id}_{post_id} (e.g. -123_456) | |
| fields | No | Additional profile fields to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | The requested posts | |
| 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. |