v1

latestOpenAPI 3.0.1MIT2026-07-26589101.4 KB

Retrieve 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

has_next_pageboolean required

Indicates if there are more results available

next_cursorstring required

Cursor for fetching the next page of results

status'success' | 'error' required

Status of the request.success or error

messagestring required

Message of the request.error message