Skip to main content
GET
Get Tweet Thread Context
Reconstruct the conversation around a tweet. Accepts either a reply or an original tweet and returns the surrounding thread, cursor-paginated. Use this when a tweet lacks context on its own and you need the parent chain to interpret it correctly. Returns tweets under tweets with has_next_page and next_cursor. For only the replies below a post use get_twitter_tweet_replies_v2.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tweetId
string
required

The tweet ID to get. Can be a reply tweet or an original tweet.

cursor
string

The cursor to paginate through the results. First page is empty.

Response

200 - application/json

Successful response

has_next_page
boolean
next_cursor
string
status
enum<string>
Available options:
success,
error
tweets
object[]
msg
string