threads_get_replies
Retrieve replies from specific Threads posts using post IDs. Manage pagination, set reply limits, and sort chronologically to track conversations and analyze engagement.
Instructions
Get replies (conversation) for a specific Threads post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Threads post ID to get replies for | |
| reverse | No | Reverse chronological order | |
| limit | No | Number of replies | |
| after | No | Pagination cursor |