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. - Successful metrics responses are cached for 5 minutes per
post_platform.

