check_retweet
Check if a specific user has retweeted a given tweet. Scans up to 100 retweets per request, with pagination for popular tweets.
Instructions
Check whether a user has retweeted a tweet. Scans up to 100 retweets per request; paginate with next_cursor for popular tweets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_link | No | Full tweet URL or tweet ID. | |
| username | No | X/Twitter handle without the @ (provide one of username / user_id / user_link). | |
| user_id | No | Numeric X/Twitter user ID. | |
| user_link | No | Full URL of the X/Twitter profile. | |
| next_cursor | No | Pagination cursor from a previous response. |