Get a page
ghost_get_pageFetch a single Ghost CMS page by providing its ID or slug, retrieving the complete HTML body content.
Instructions
Fetch a single page by id or slug, including its full HTML body. Provide exactly one of id or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | page id. | |
| slug | No | page slug. |