Get Content Comments
repliz_get_content_commentsRetrieve comments on a piece of content, including replies to a specific comment, using cursor pagination.
Instructions
List comments on a piece of content. Pass commentId to fetch replies to a specific comment. Uses cursor pagination via nextToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The account id that owns the content. | |
| commentId | No | Fetch replies under this comment id. | |
| contentId | Yes | The content id. | |
| nextToken | No | Pagination cursor from a previous response. |