Get User Mentions
get_twitter_user_mentionsGet tweets that mention a given @handle, 20 per page. This is the only user-scoped X endpoint that supports a time window: pass sinceTime and/or untilTime as Unix timestamps in seconds to bound the range. Use this for monitoring — brand mentions, inbound replies, reputation tracking, or 'what happened to this account in the last 24 hours'. Returns tweets with has_next_page and next_cursor. For the account's own posts rather than mentions of it, use get_twitter_user_tweet_timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | The cursor to paginate through the results. First page is empty. | |
| userName | Yes | The user screen name to get mentions for. | |
| sinceTime | No | On or after a specified unix timestamp in seconds. | |
| untilTime | No | Before a specified unix timestamp in seconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||