hivelearn_list_post_comments
List comments on a feed post, oldest first. Returns id, content, parent_comment_id, author, likes_count, timestamps. 404 if the post is not in this community.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, default 20 | |
| offset | No | Rows to skip, default 0 | |
| post_id | Yes | Post uuid (from list_posts) |