Read one mention from the TikTok mentions webhook
get_tiktok_mentionFetch full TikTok mention details—caption, creator, engagement, thumbnail—using itemId and optional commentId. Data is available for 48 hours from the webhook event.
Instructions
Read the full detail of a SINGLE mention: a mentioning post, or a mentioning comment if you pass commentId as well. This exists for the TikTok mentions WEBHOOK: the event carries only ids, and this turns one into the caption, the creator, the engagement and the thumbnail. TIKTOK ONLY GUARANTEES THE DATA FOR 48 HOURS after the event fires, so a queue that retries tomorrow gets nothing. For anything older read it out of list_tiktok_mentions or list_tiktok_mention_comments instead. itemId is required either way, comment or not. NEEDS THE TIKTOK ACCOUNT AUTHORIZATION with the brand-insights permission. Read-only, free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | defaults to every field TikTok publishes for that kind | |
| itemId | Yes | the post id. It is `video_id` in the webhook event content, or itemId from list_tiktok_mentions. REQUIRED even when reading a comment | |
| commentId | No | pass this to read a mentioning COMMENT rather than a mentioning post |