Get Page
get_pageRetrieve a Confluence page by ID, with options for body format, draft, or specific version.
Instructions
Get a page by ID.
Args:
page_id: Page ID.
body_format: Body representation — storage (XHTML), view, atlas_doc_format.
get_draft: If True, return the current draft instead of published version.
version: Return a specific historical version number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| version | No | ||
| get_draft | No | ||
| body_format | No |