fetch_post_replies
Retrieves replies and comments for a specified Threads post. Supports chronological or newest-first sorting, pagination, and configurable limits to access full conversation threads.
Instructions
Fetch replies and comments attached to a specific Threads post.
Args: media_id: Unique Threads post/media ID. reverse_sort: If True, returns newest replies first. If False, returns chronological order. limit: Max replies to fetch (default 50). after: Pagination cursor for next page of replies.
Returns: JSON string containing list of replies (id, text, timestamp, username, permalink) and cursors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| media_id | Yes | ||
| reverse_sort | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |