Get Post
get_postRetrieve details of a WordPress post by its ID, including status, URL, and category.
Instructions
Get details of a specific post by ID, including status, WordPress URL, and category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The post ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| wpUrl | Yes | Public WordPress URL once published | |
| status | Yes | DRAFT | PUBLISHED | SYNCED | FAILED, etc. | |
| category | Yes | ||
| wpPostId | Yes | WordPress post ID once synced | |
| createdAt | Yes | ||
| updatedAt | Yes | ||
| notionPageId | Yes |