Get Tweet Replies V2
Tweet Endpoints
Get Tweet Replies V2
Get replies to a tweet with control over sort order — Relevance (default), Latest, or Likes — 20 per page, cursor-paginated.
GET
Get Tweet Replies V2
Get replies to a tweet with control over sort order — Relevance (default), Latest, or Likes — 20 per page, cursor-paginated. Use this instead of
get_twitter_tweet_replies whenever ordering matters: Likes surfaces the community’s top responses, Latest gives a live view of an unfolding thread.
Returns full tweet objects with engagement counts.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The tweet ID to get replies for. e.g. 1846987139428634858
Cursor for paginating through results. Leave empty for the first page.
Sort order for replies. Default is Relevance.
Available options:
Relevance, Latest, Likes Response
200 - application/json
Tweet replies response