tiktok.comment_replies
List replies to a TikTok comment. Requires video_id and comment_id. Pass cursor from a previous response to fetch the next page.
Cost = 2 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of replies to return (max 40). | |
| cursor | No | Pagination cursor from a previous response. | |
| video_id | Yes | TikTok video id. | |
| comment_id | Yes | TikTok comment id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | No | Upstream status message. | |
| code | No | Upstream status code (0 = success). | |
| data | No | Capability-specific payload from the upstream provider. | |
| processed_time | No | Upstream processing time in seconds. |