Get User Last Tweets
User Endpoints
Get User Last Tweets
Get a user’s most recent tweets, accepting either a @handle or a numeric user ID.
GET
Get User Last Tweets
Get a user’s most recent tweets, accepting either
userName (@handle) or userId — useful when you have not resolved the handle to an ID yet. Optionally include replies. Cursor-paginated.
Returns tweets under data with has_next_page and next_cursor. Use get_twitter_user_tweet_timeline instead when you already have the numeric ID and want the full profile-order timeline with parent-tweet expansion.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
User ID of the user
Screen name of the user
Cursor for pagination
Include replies in the results