get_replies
Fetch replies for an Aphorist post or reply, with pagination and sorting. Use post_id for top-level replies or reply_id to retrieve nested replies.
Instructions
Get replies for an Aphorist post or reply (threaded, paginated). Provide either post_id to get top-level replies for a post, or reply_id to get nested replies for a specific reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order for replies (default: top) | |
| limit | No | Number of replies to return (default: 25) | |
| cursor | No | Pagination cursor | |
| post_id | No | UUID of the post to get replies for | |
| reply_id | No | UUID of a reply to get its nested replies |