Check a post's publishing status
get_post_statusReturns the status and link of a published post, by platform and the post id returned when it was published. For TikTok and YouTube it asks the platform for the processing status and returns the public link once there is one. For networks that publish immediately it returns status "published" and, where the id allows it, the post's link (Telegram channels, including private ones as t.me/c//; Bluesky; LinkedIn; Facebook).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The post id returned when it was published on that platform. | |
| brand_id | No | Brand whose account published it; omit for the default brand. | |
| platform | Yes | Platform of the post, e.g. "tiktok". |