Get Post
get_postFetch a complete post record by ID to review content, schedule, and per-platform statuses before updating or publishing.
Instructions
Get one post's full record by id: text, contentType, status, scheduledAt, timezone, and a platforms array with each target's connection, status, errorMessage, and media. Visible only within the token's workspace; any other id returns "Post not found or access denied". Use this to inspect content before update_post or publish_draft. Use list_post_results instead when you only need per-platform publishing outcomes and the platformIds for retry_failed_platforms, and list_posts to find ids by status, platform, or date. Post ids come from create_post, bulk_schedule_posts, or list_posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID from create_post, bulk_schedule_posts, or list_posts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The full post record: id, status, contentType, text, scheduledAt, timezone, createdAt, updatedAt, and platforms (one entry per target with id, platform, connectionId or pageId, status, errorMessage, mediaUrls). |