Get Video Comments
get_youtube_v3_video_commentsRetrieves comments for a YouTube video with sorting options and pagination. Group: YouTube-Video. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language code for localized content. | |
| sortBy | No | The sort order for comments. Allowed values: TOP_COMMENTS, NEWEST_FIRST. | TOP_COMMENTS |
| videoId | Yes | The ID of the YouTube video. | |
| commentId | No | The ID of a specific comment to retrieve replies for. | |
| nextToken | No | A token for paginating to the next set of results. |