get_post_comments_v2
Fetch comments for a specific Twitter post using its ID. Supports count, cursor pagination, and ranking by relevance, likes, or recency.
Instructions
Get Post Comments By Post ID V2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Example value: 1924185704613208381 | |
| count | No | Example value: 20 | |
| cursor | No | Example value: | |
| rankingMode | No | Relevance || Likes || Recency |