List TikTok comment replies
tiktok_video_comments_replies_listList replies to a TikTok video comment. Accepts a comment id. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Link to the TikTok video that contains the parent comment. | |
| cursor | No | Opaque cursor from a previous response to fetch the next page. | |
| commentId | Yes | Parent comment id from List TikTok video comments (`data.comments[].id`). |