Get comments for a specific post
esa_get_post_commentsRetrieve paginated comments for a specific post. Provide the post number to get comments, with optional page and per page parameters.
Instructions
Retrieves a list of comments for a specific post with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts from 1) | |
| perPage | No | Number of items per page | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| postNumber | Yes | The post number to get comments for |