Get Tweet Quotes
get_tweet_quotesFetch quote-tweets (tweets that quote the given tweetId). Useful for finding commentary on a tweet, measuring reach beyond direct replies. Supports time bounds (sinceTime/untilTime, Unix seconds). Paginates via cursor (~20 per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor; omit for first page (~20 per page). | |
| tweetId | Yes | Numeric ID of the tweet to fetch quote-tweets for. | |
| sinceTime | No | Unix timestamp (seconds) lower bound. | |
| untilTime | No | Unix timestamp (seconds) upper bound. | |
| includeReplies | No | Include reply-type quote-tweets in addition to top-level. Default false. |