# TikTok Comments Replies Returns TikTok comment replies list based on comment id Endpoint: GET /raw/tiktok/comments-replies Security: accessToken ## Query parameters: - `url` (string, required) TikTok media ID - `comment_id` (string, required) TikTok comment ID (cid) - `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)