Get user mentions
get_user_mentionsGet tweets mentioning a specific X/Twitter user. Supports pagination via cursor and optional time filters.
Instructions
Fetch tweets mentioning a specific X/Twitter user. Makes a single request per call. The caller handles pagination by passing cursor (from a previous next_cursor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tweets to return from this single request (default 50) | |
| cursor | No | Pagination cursor from a previous response's next_cursor | |
| user_name | Yes | X username, with or without @ | |
| query_type | No | Sort mode (default Latest) | |
| since_time | No | Start time filter (e.g. 2025-06-01 or ISO datetime) | |
| until_time | No | End time filter |