List recent tweets posted by one user
For multiple users, use createExtraction with tweet_search_extractor and targetUsernames. Omit mode for automatic maximum coverage. Pass next_cursor unchanged. Unprefixed cursors use legacy pagination.
Path parameters
X user ID or username
Query parameters
Cursor from the previous response. Existing unprefixed cursors keep legacy standard behavior. Pages can be empty before more rows; follow next_cursor.
Automatic pages accept 1-300 Tweets. Standard pages keep 1-100. Default 20. Follow next_cursor while the response reports more pages. Deprecated aliases remain accepted.
Include reply tweets unless replies specifies another mode.
Include parent tweet for replies
Filter by author username.
Filter replies sent to a username.
Filter tweets mentioning a username.
Filter by language. Alias lang is accepted.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Filter media. Aliases: has_video, has_media.
Minimum likes. Aliases: minFaves, min_likes, min_faves.
Minimum retweets threshold.
Minimum replies threshold.
Minimum quote count threshold.
Minimum view count threshold.
Minimum bookmark count threshold.
Maximum likes threshold. maxLikes is also accepted.
Maximum retweets threshold.
Maximum replies threshold.
Maximum quotes threshold.
Only return tweets from Blue-verified authors.
Match the Tweet card name.
Match the source application.
Exclude a source application.
Match latitude, longitude, and radius.
Return Tweets whose IDs exceed this ID.
Return Tweets at or below this ID.
Match a place name.
Set the radius for the near filter.
Match Tweets from this recent window, such as 90m or 7d. Use a whole number and s, m, h, or d.
Only return native reposts.
Enable the safe-search filter.
X no longer searches filter:news.
Only return tweets from verified authors.
Reply mode. Exclude keeps own-thread replies.
Only when the caller requests a repost mode.
Only when the caller requests a quote mode.
Match this literal phrase, including any hyphens.
Words or quoted phrases to exclude. Separate with spaces, commas, or lines.
Words or quoted phrases where any one can match. Separate with spaces, commas, or lines.
Hashtags separated by spaces, commas, or lines.
Cashtags separated by spaces, commas, or lines.
URL substring or domain filter.
Conversation ID filter.
Only replies to this tweet ID.
Only quotes of this tweet ID.
Only retweets of this tweet ID.
Response
User tweets list
Example response
{
"tweets": [],
"has_next_page": false,
"next_cursor": ""
}