opentweet_get_top_posts
Retrieve your top-performing tweets ranked by engagement or other metrics. Use the data to repurpose high-impact posts or analyze what drives performance.
Instructions
Get your top-performing tweets ranked by engagement (or other metric). Returns the user's actual best-performing posts with metrics, useful for repurposing or studying what works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Restrict to last N days (0 or omit = all time) | |
| sort | No | Sort field (default: engagement) | |
| limit | No | Number of posts to return (default 10, max 50) | |
| x_account_id | No | Filter by X account ID (multi-account users) | |
| min_impressions | No | Filter out posts below this impression count |