get_comment_replies
Retrieve replies to a specific comment in WebSim projects to view discussion threads and community interactions.
Instructions
Get replies to a specific comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | WebSim project ID | |
| comment_id | Yes | Comment ID | |
| limit | No | Number of replies to return (default: 20) | |
| offset | No | Number of replies to skip (default: 0) |