zernio_get_post_comments
Retrieve all comments on a specific post, including replies, author details, timestamps, and IDs for replying or moderating.
Instructions
Get all comments on a specific post. Returns the full comment thread including replies, author names, timestamps, and comment IDs needed to reply or moderate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The platform post ID (from zernio_list_commented_posts) | |
| accountId | Yes | The Zernio account ID that owns the post |