Read your newsfeed
vk_newsfeed_getRetrieve the authenticated user's personal newsfeed from VK. Supports filtering by post, photo, or video and pagination.
Instructions
Read the token owner's own newsfeed. Needs a user token — this is the feed of the account the token belongs to, not a public one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of items | |
| filters | No | Filter by type: post, photo, video | |
| start_from | No | Pagination cursor |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | Newsfeed entries | |
| 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. |