Get Tweet Replies V2
Tweet Endpoints
Get Tweet Replies V2
Get tweet replies by tweet ID with support for sorting by Relevance, Latest, or Likes.
GET
Get Tweet Replies V2
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
Array of reply tweets
Indicates if there are more results available
Cursor for fetching the next page of results
Status of the request
Available options:
success, error Example:
"success"
Error message if status is error