Get a post
ghost_get_postFetch a single Ghost CMS post by ID or slug, returning the full HTML body.
Instructions
Fetch a single post by id or slug, including its full HTML body. Provide exactly one of id or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | post id. | |
| slug | No | post slug. |