I am trying to get a list of retweeters for a given tweet id. I tried using GET /2/tweets/:id/retweeted_by method, but it only allows 100 most recent retweets. I want list of all user id’s who retweeted a given tweet.
Please suggest me if you are aware of any other methods

The best way to get a complete list here would be to track retweets in real time using the Account Activity API. There’s no API to go back and get a complete list of IDs that have retweeted a Tweet ID at the moment.

3 Likes

@andypiper Thank you very much for the response. Is there any possibility that this list is available with the premium option?

No, the premium API offers search endpoints only, it does not offer anything related to retweets.