list_account_feeds
Retrieve recent posts from a connected social account with engagement metrics to analyze performance. Supports pagination for larger feeds.
Instructions
ANALYTICS: list the recent feed for a connected account — the posts on that platform, optionally with engagement metrics (likes, comments, views, etc.). Use this to pull performance data for a given account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| social_account_id | Yes | The connected social account id to read the feed of. | |
| limit | No | Maximum number of items to return per page. | |
| offset | No | Number of items to skip (pagination offset). |