get_user_tweets
Retrieve a paginated feed of tweets posted by a user, up to 20 per page, using username, user ID, or profile URL.
Instructions
Get a paginated feed of tweets posted by a user (up to 20 per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | X/Twitter handle without the @ (provide one of username / user_id / user_link). | |
| user_id | No | Numeric X/Twitter user ID. | |
| user_link | No | Full URL of the X/Twitter profile. | |
| next_cursor | No | Pagination cursor from a previous response. |