get_post
Fetch a single post by its ID to view full per-platform publish results, including success or error for each platform.
Instructions
Fetch a single post by id, including its full per-platform publish results (success or error per platform). Use after list_posts to inspect one post in detail, or after publish_post to check how delivery went. Returns an error if the id does not exist or belongs to another account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The post's id, as returned by list_posts or create_post. |