confluence_get_page
Retrieve a Confluence page's full content by its numeric ID. Returns the title, space key, body as markdown, version, and last-modified date.
Instructions
Get the full content of a Confluence page by its numeric page ID. Returns title, spaceKey, body as markdown, version number, and last-modified date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Numeric page ID (e.g. "98383"). Find IDs via confluence_search. |