get_thread
Retrieve a tweet's engagement metrics and reply threads in a structured format to review likes, retweets, views, and reader responses.
Instructions
Get a tweet's engagement and replies in a clean shape: { root: {likes, replies, retweets, views, text}, replies: [{author, text, likes}] }. Use this to check likes on a tweet or read the replies people left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_id | Yes |