Check what happened to a post
get_post_statusTrack a TikTok post's progress by publish_id, returning statuses like processing, published, or failed with failure reasons.
Instructions
Track a post created by post_video, post_photos or either drafts tool. Statuses: PROCESSING_DOWNLOAD while TikTok fetches the file, SEND_TO_USER_INBOX for a draft that arrived, PUBLISH_COMPLETE when it is posted, FAILED with a fail_reason. A public post only reports its post_id after moderation clears it, which is usually a minute but can be hours, so an empty post_id on a PUBLISH_COMPLETE is normal rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which connected TikTok account to act as, by the name you gave it in TIKTOK_ACCOUNTS. Defaults to the first. Call list_accounts to see them. | |
| publish_id | Yes | The publish_id returned when the post was created. |