get_tweet_retweeters
Retrieve retweeters of a tweet by numeric ID. Supports pagination with a cursor.
Instructions
Fetch the list of users who reposted (retweeted) a given tweet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tweet ID whose retweeters to fetch (numeric). | |
| cursor | No | Pagination cursor from previous response. |