page_get
Retrieves complete details of a single Voog CMS page by its ID, including title, path, hidden status, layout, language, parent, timestamps, public URL, and optional SEO fields and children.
Instructions
Get full details of a single page by id (title, path, hidden, layout, language, parent, timestamps, public_url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| page_id | Yes | Voog page id | |
| include_seo | No | Include SEO fields (description, keywords) in the response. | |
| include_children | No | Include the children array (subpages) in the response. |