832835de69eb
latestOpenAPI 3.1.02026-08-13127104507.5 KBGet full conversation thread for a tweet
Get full conversation thread for a tweet.
Path parameters
Tweet ID to get thread context
Query parameters
Pagination cursor for thread tweets
Maximum page items (1-100, default 20). Source, filters, or credits can reduce results. Continue while has_next_page is true. Deprecated limit and count aliases remain accepted.
Filter by author username.
Filter replies sent to a username.
Filter tweets mentioning a username.
Language code filter, e.g. en or tr.
Start date in YYYY-MM-DD format.
End date in YYYY-MM-DD format.
Filter by media type.
Minimum likes threshold. minLikes is also accepted.
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.
Only return tweets from verified authors.
Reply mode.
Retweet mode.
Quote mode.
Exact phrase to match.
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
Thread tweets
Example response
{
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!",
"retweetCount": 5,
"replyCount": 3,
"likeCount": 42,
"quoteCount": 1,
"viewCount": 1500,
"bookmarkCount": 2
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}