get_post
Retrieve a full blog post by blog ID and post ID, including HTML body and sync metadata, to ensure you edit current content before updating.
Instructions
Fetch one post in full, including its HTML body and sync metadata.
Always call this before update_post so you are editing against the
current content rather than a stale copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blog_id | Yes | ||
| post_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||