Read a whole conversation
get_conversationPulls every reply to your post, including replies to replies, into one list with each reply's parent, helping you decide which comments to answer.
Instructions
Every reply under one of your posts, including replies to replies, flattened into one list with each reply naming its parent. Only works on posts you own. This is what to read before deciding what deserves an answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of one of your posts. | |
| 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 |