conf_get_page
Retrieve Confluence page content and metadata in Markdown format using a page ID. Access full page details including body, title, space, author, version, labels, and URL for enhanced integration and readability.
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. |