get_replies
Retrieve direct replies to a Threads post by providing its ID. Supports pagination and field selection to control output.
Instructions
Get direct replies to a specific Threads post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The ID of the thread to get replies for | |
| fields | No | Fields to return. Default: id,text,media_type,permalink,timestamp,username,hide_status,replied_to | |
| limit | No | Number of replies per page | |
| after | No | Cursor for next page | |
| before | No | Cursor for previous page |