List comments on one of the brand’s TikTok posts
list_tiktok_commentsRetrieve comments on any TikTok post you own, including hidden ones, with options to filter by status, sort, and include up to three replies per comment. Requires TikTok account authorization.
Instructions
Read the comments on a TikTok post the AUTHORIZED ACCOUNT OWNS — this is TikTok's answer to list_meta_comments and list_youtube_comments. It sees BOTH public and hidden comments, and by default returns both: TikTok's status defaults to ALL, so the list mixes comments the owner hid with comments TikTok's own moderation, privacy or spam filters hid, and those are not the same thing (the second kind may refuse to unhide). Pass status:'PUBLIC' for only what the public sees. A row carrying parentCommentId IS A REPLY, not a top-level comment — that is how TikTok distinguishes them. include_replies attaches at most THREE replies per comment; use list_tiktok_comment_replies for all of them. NEEDS THE TIKTOK ACCOUNT AUTHORIZATION, which is a separate consent from the TikTok Ads advertiser connection — tiktok_account_status says whether this brand has it. Read-only, free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| status | No | default ALL, which INCLUDES hidden comments | |
| videoId | Yes | the TikTok post id (`item_id`) — the last path segment of a tiktok.com/@handle/video/<id> URL | |
| maxCount | No | ||
| sortField | No | ||
| sortOrder | No | ||
| commentIds | No | filter to specific comment ids; TikTok caps this at 30 | |
| includeReplies | No | attach up to THREE replies per comment — not all of them |