get_tweet_retweeters
Fetch users who retweeted a specific tweet. Returns user profiles with metadata and pagination support for large result sets.
Instructions
Fetch users who retweeted a specific tweet (the simple 'retweet' action, not quote-tweets — for those use get_tweet_quotes). Returns user profiles with metadata. Paginates via cursor (~100 per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweetId | Yes | Numeric ID of the tweet to fetch retweeters for. | |
| cursor | No | Pagination cursor; omit for first page (~100 per page). |