Get Tweet Retweeters
get_tweet_retweetersFetch 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 |
|---|---|---|---|
| cursor | No | Pagination cursor; omit for first page (~100 per page). | |
| tweetId | Yes | Numeric ID of the tweet to fetch retweeters for. |