Get Threads Conversation
threads_get_conversationFetch the complete threaded conversation for a Threads post, including all nested replies. Optionally reverse the order from oldest to newest.
Instructions
Gets the full conversation tree (all replies at all levels) for a Threads post.
Args:
media_id (string): Root thread media ID
reverse (boolean, optional): Reverse chronological order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_id | Yes | ||
| reverse | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |