list_my_account_posts
List the posts published by the org's own connected accounts (My Accounts), newest first by default. viral_only returns the breakthrough posts (posts that beat the org's virality threshold). When presenting posts to the user, always include each post's permalink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'recent' = newest first, 'views' = most viewed first, 'viral' = highest relative score first | recent |
| tags | No | Only posts from accounts carrying ANY of these tags (ids or names from list_my_account_tags). | |
| limit | No | Number of posts to return (max 50) | |
| offset | No | Pagination offset | |
| account | No | Filter by one account (username, display name or id from list_my_accounts). Empty = all accounts. | |
| category | No | Only posts from accounts in this category (id or name from list_my_account_categories). 'none' = accounts with no category. Empty = no filter. | |
| platform | No | Filter by platform | all |
| viral_only | No | Only return breakthrough (viral) posts |