# TikTok Comments Returns TikTok comments list based on media id Endpoint: GET /raw/tiktok/comments Security: accessToken ## Query parameters: - `url` (string, required) TikTok media ID - `after` (string) Use from the last page to get the next page ## Response 200 fields (application/json): - `comments` (object, required) - `comments.hasMore` (boolean, required) - `comments.maxCursor` (string, required) - `success` (boolean, required)