get_tweet_quotes
Fetch quote-tweets for a given tweet to find commentary and measure reach beyond direct replies. Supports time filters and pagination.
Instructions
Fetch 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 |
|---|---|---|---|
| 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. | |
| cursor | No | Pagination cursor; omit for first page (~20 per page). |