v1
latestOpenAPI 3.0.1MIT2026-07-26589101.4 KBRetrieve tweets by user id.Sort by created_at. Results are paginated, with each page returning up to 20 tweets.The content you see is in the same order as the tweets on the user's profile in the Twitter app, and filtering by time is not supported.
get/twitter/user/tweet_timeline
Query parameters
userIdstring string
user id of the user.
includeRepliesboolean
Whether to include replies in the results. Default is False.
includeParentTweetboolean
Whether to include the parent tweet when the tweet is a reply. Default is False.
cursorstring string
The cursor to paginate through the results. First page is "".
Response
Tweets response