get_retweeters
Fetch users who retweeted a specific tweet with pagination support. Provide tweet ID to get a list, optionally adjust count and cursor for next pages.
Instructions
Get users who retweeted a tweet (paginated).
Args:
tweet_id: The tweet ID.
count: Number of users to fetch (default 40, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| tweet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |