I want to get all the 'retweets with comments' of a tweet.
Here are few things I noticed with twitter api
Is there a way to find all the 'tweet/retweet with comment' if you can supply the original Tweet/Id?
So you're referring to Quoted Tweets (retweet with comments). There is no official method for that from the REST API yet, however, there are couple of ways to do it.
in_reply_to_status_id
and filter by short url of the original tweetquoted_status_id
this can be done either through REST or STREAMING API.quoted_status_id: This field only surfaces when the Tweet is a quote Tweet. This field contains the integer value Tweet ID of the quoted Tweet.