Get Page
confluence_get_pageFetch a Confluence page's content by providing its ID or title with space key. Control markdown or raw output and decide whether to include page metadata.
Instructions
Get content of a specific Confluence page by its ID, or by its title and space key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The exact title of the Confluence page. Use this with 'space_key' if 'page_id' is not known. | |
| page_id | No | Confluence page ID, full page URL, or tiny link. For example: '123456789', 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title', or 'https://example.atlassian.net/wiki/x/N4CIO'. Provide this OR both 'title' and 'space_key'. If page_id is provided, title and space_key will be ignored. | |
| space_key | No | The key of the Confluence space where the page resides (e.g., 'DEV', 'TEAM'). Required if using 'title'. | |
| include_metadata | No | Whether to include page metadata such as creation date, last update, version, and labels. | |
| convert_to_markdown | No | Whether to convert page to markdown (true) or return raw Confluence storage XHTML (false). Storage output preserves macros and task metadata for safe round-tripping, but CAUTION: it significantly increases token usage in AI responses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |