get_social_media_posts
Retrieve published social media posts by account IDs with optional filters for category, search term, and pagination.
Instructions
Get published social media posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | Timezone (e.g. UTC, Europe/Warsaw) | |
| page | No | Page number for pagination | |
| query | No | Additional query filter | |
| search | No | Search term to filter posts by content | |
| category | No | Filter posts by category | |
| per_page | No | Number of posts per page | |
| account_ids | Yes | Comma-separated social media account IDs |