get_conversation
Retrieve the entire conversation thread of a Threads post, including all replies at every level.
Instructions
Get the full conversation thread (all replies at any level) for a Threads post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The root thread ID | |
| fields | No | Fields to return. Default: id,text,media_type,permalink,timestamp,username,hide_status,replied_to | |
| limit | No | Number of results per page | |
| after | No | Cursor for next page |