get_tweet_comments
Retrieve paginated replies (up to 20 per page) for a specific tweet. Supports sorting by relevance, recency, or likes and cursor-based pagination.
Instructions
Get a paginated list of replies (comments) under a tweet (up to 20 per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_link | No | Full tweet URL or tweet ID. | |
| order_by | No | Sort order. Defaults to Relevance. | |
| next_cursor | No | Pagination cursor from a previous response. |