get_post
Retrieve metadata for a single post by numeric ID or slug. Returns title, slug, dates, reactions, and comment count.
Instructions
Read-only. Return one post's metadata (title, slug, dates, reactions, comment count) by numeric id OR slug. For HTML body use get_post_content. For id-only callers prefer get_post_by_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| pub | No |