list_comment_replies
Fetch replies to a specific comment thread using the parent comment ID, or retrieve individual comments by their IDs. Paginate through large reply threads with page tokens.
Instructions
Fetch replies to a specific comment thread using parent_comment_id, or fetch individual comments by comma-separated comment_ids. Returns snippet (textDisplay, authorDisplayName, likeCount, publishedAt, parentId). Use page_token to paginate through large reply threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_token | No | Token from a previous response to fetch the next page of results. | |
| comment_ids | No | Comma-separated comment IDs | |
| max_results | No | Default 5 | |
| parent_comment_id | No | Parent comment ID to get replies |