confluence_list_comments
Retrieve footer comments from any Confluence page using its ID or URL. Supports pagination with cursor and limit parameters.
Instructions
List footer comments on a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
limit: Maximum number of comments to return (default 25, max 100).
cursor: Pagination cursor from a previous result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| page_id | Yes |