get_page
Retrieve a Confluence page by its ID, with options to format content as text or markdown and include original storage markup.
Instructions
Retrieve a Confluence page by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format to return the content in (default: text) | |
| pageId | Yes | ID of the Confluence page to retrieve | |
| includeMarkup | No | Whether to include the original Confluence Storage Format (XHTML) markup in the response (default: false). Useful when you want to update the page later in order to preserve formatting. |