twitter_user_mentions
Retrieve recent posts mentioning a specified user ID, with options for pagination and custom tweet fields.
Instructions
Recent posts mentioning an account.
Returns: {data:[{id, text, created_at, author_id, public_metrics}], meta:{result_count}}
Auth: needs your own key in X_BEARER_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric user id. Required — part of the URL path. | |
| since_id | No | Only posts newer than this id. | |
| max_results | No | Results per page (5-100). | |
| tweet_fields | No | Post fields (CSV). | created_at,author_id,public_metrics |
| pagination_token | No | Pagination token. |