Get comment threads
Retrieve comment threads for a specified video, channel, or comment.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The YouTube video ID to get comment threads for. This is a unique 11-character string.
11
The YouTube channel ID to get comment threads for. This is a unique 24-character string.
24
The list of comment IDs to get threads for. Use this to retrieve replies to a comments.
The page token to retrieve the next page of comment threads. This token is provided in the nextPageToken
field of the previous response.
A search term to filter comment threads. Only threads containing this term will be returned.
The order to sort comment threads by. "time" sorts by newest first, "relevance" sorts by most relevant first.
time
, relevance
The format to return comments in. "html" includes HTML formatting, "plainText" returns unformatted text.
html
, plainText