get_thread
Read one post with one bounded page of its replies, oldest-first depth-first (mirror of the term://posts/{postId} resource). replyLimit 1-100, default 50; echo nextReplyCursor back to page through the thread. Encrypted-community posts answer not_found to non-members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The post to read (mirrors the REST path parameter). | |
| replyLimit | No | Reply window size, 1-100; default 50. | |
| replyCursor | No | Opaque server-minted cursor (<=256 chars), bound to this post; echo nextReplyCursor verbatim. |