confluence_get_page
Retrieve a single Confluence page by ID with optional fields like body format, labels, versions, and properties. Use when only one page's content or specific metadata is needed.
Instructions
Primitive: get one Confluence page by ID. Use it when a single page body or a specific field set is all that is needed. For the page plus its ancestors, attachments, or comments, prefer confluence_get_page_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| page_id | Yes | ||
| version | No | ||
| max_chars | No | ||
| body_format | No | storage | |
| include_likes | No | ||
| include_labels | No | ||
| include_versions | No | ||
| include_operations | No | ||
| include_properties | No |