confluence_get_comments
Retrieve comments from a Confluence page, including footer and inline comments with their type, body, and resolution status.
Instructions
Get comments for a Confluence page. Returns both footer (page-level) and inline (text-anchored) comments by default. Each comment carries a type field ("footer" or "inline"); the body field is an ADF JSON document. Inline comments also include anchoredText (the highlighted page text the comment is attached to), resolutionStatus (e.g. "open", "resolved"), and markerRef.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The page ID to get comments for | |
| commentType | No | Which comments to return: "footer" (page-level only), "inline" (text-anchored only), or "all" (both). Defaults to "all". |