get_tweet_replies
Retrieve all replies to a specific tweet using its ID. Supports pagination via cursor for large threads.
Instructions
Fetch all replies to a tweet via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tweet ID whose replies to fetch. | |
| cursor | No | Pagination cursor from previous response. |