Posts
Get post metrics
Fetch engagement metrics (likes, comments, shares, etc.) for a published post across every platform.
GET
Path parameters
The UUID of the post.
Behaviour
- The post must belong to the caller’s current workspace; otherwise the response is
404. - Returns one entry per enabled platform on the post.
- A platform entry returns
metrics: { unsupported: true, reason: "not_published" }when the platform hasn’t been published yet, and{ unsupported: true, reason: "platform_not_supported" }for platforms that don’t expose post-level metrics. Today that’s TikTok and personal LinkedIn (linkedin); LinkedIn Pages (linkedin-page) and every other platform return real metrics. - Telegram and Discord metrics use a different shape. Neither Bot API exposes likes, shares, or views, so each metric entry carries an extra
kindfield:"subscribers"for the Telegram channel’s member count (and the Discord server’s member count),"reaction"for each reaction type (wherelabelis the emoji), and — for Discord only —"comments"for the post thread’s reply count. Standard platforms omitkindand return likes/comments/shares. - Successful metrics responses are cached for 5 minutes per
post_platform.

