Read direct replies to a post
get_repliesFetch all direct replies to a specific post, returning only one level of depth. Use it to surface immediate responses without nested conversation branches.
Instructions
The direct replies to one post, one level deep. For the whole tree underneath it, including replies to replies, use get_conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the post. | |
| limit | No | How many to return, 1-100. | |
| cursor | No | Continue from a previous page. Pass the `cursor` attribute from the last result. | |
| account | No | Which connected Threads profile to act as, by username (for example 'thenavidm'). Defaults to the first connected profile. Call list_accounts to see them. | |
| reverse | No | Oldest first. Defaults to newest first. |