conf_get_page
Retrieve full content and metadata of a specific Confluence page by its numeric ID, converting the body into Markdown format. Includes title, space info, author, version, labels, and URL for comprehensive page details.
Instructions
Retrieves the full content (converted to Markdown) and metadata for a specific Confluence page using its numeric ID (pageId
).
Includes complete page body, title, space info, author, version, labels, and URL. Use this after finding a page ID via
confluence_list_pages
orconfluence_search
to get its full content. Returns comprehensive page details formatted as Markdown.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | The numeric ID of the Confluence page to retrieve (e.g., "456789"). This is required and must be a valid page ID from your Confluence instance. The page content will be returned in Markdown format for easy reading. |