twitter_quote_tweets
Retrieve posts that quote a specified post ID, returning text, author, and public metrics with pagination support for analyzing engagement.
Instructions
Posts quoting a given post.
Returns: {data:[{id, text, author_id, public_metrics}], meta:{result_count, next_token}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Quoted post id. Required — part of the URL path. | |
| max_results | No | Results per page (10-100). | |
| tweet_fields | No | Post fields (CSV). | created_at,author_id,public_metrics |
| pagination_token | No | Pagination token. |