get_comments
Fetch page-level comments from a Docmost wiki page as Markdown, with each comment re-fetched to reflect current edits. Useful for reviewing up-to-date discussion content.
Instructions
List page-level comments. Content is returned as Markdown. Each comment is re-fetched so edits are not stale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100 | |
| cursor | No | Pagination cursor from meta.nextCursor | |
| page_id | Yes | Page UUID or slugId |