confluence_get_page_inline_comments
Get inline comments from a Confluence page. Paginate through comments, filter by resolution status or body format, and choose trimmed or full response.
Instructions
Get inline comments on a specific page. Results are paginated - use the returned cursor to fetch more if needed. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| limit | No | Maximum number of results | |
| cursor | No | Cursor for pagination | |
| pageId | Yes | The ID of the page | |
| bodyFormat | No | The format of the comment body to return | |
| resolutionStatus | No | Filter by resolution status |