twitter_retweeted_by
Retrieves the list of users who retweeted a specified post, returning user details and metadata for analysis.
Instructions
Users who reposted a given post.
Returns: {data:[{id, username, name, verified, public_metrics}], meta:{result_count}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post id. Required — part of the URL path. | |
| max_results | No | Results per page (1-100). | |
| user_fields | No | User fields (CSV). | username,name,verified,public_metrics |