threads_get_replies
Fetch direct replies to a Threads post by ID. Returns a JSON list of replies with text, timestamp, and username, with optional limit.
Instructions
Fetch direct replies to a specific Threads post.
Returns only single-level direct replies, not recursive thread reconstruction.
Args: post_id: The ID of the post to get replies for. limit: Maximum number of replies to return (default 25).
Returns: JSON string with a list of replies including id, text, timestamp, and username.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |