Skip to main content
POST
Get Tweet Thread by ID

Authorizations

Authorization
string
header
required

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

Body

application/json
tweet_id
string
required

The root tweet ID to fetch the thread for

max_items
integer
default:40

Max number of thread tweets to return

Required range: 1 <= x <= 200
fields
string[] | null

Fields to include in each tweet. If omitted, all fields are returned.

Response

A list of tweets in the thread, sorted by latest.