threads_get_replies
Retrieve replies and conversation threads for a given Threads post. Specify post ID, ordering, count, and pagination cursor.
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 |