get_social_media_analytics_posts
Retrieve analytics for social media posts by account ID and date range. Paginate through results to access all post metrics.
Instructions
Get analytics for social media posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| date_to | Yes | End date in format YYYY-MM-DD | |
| per_page | No | Number of posts per page (max 100). Use with all_posts_count and pages_count from the response to paginate through all results. | |
| date_from | Yes | Start date in format YYYY-MM-DD | |
| account_id | Yes | Social media account ID |