get_comments
Retrieve comments from a specific Canny post, with pagination options to skip and limit results.
Instructions
Get comments from a specific Canny post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of comments to skip for pagination | |
| limit | No | Number of comments to retrieve | |
| postId | Yes | ID of the post to get comments from |