get_comments
Retrieve comments from a Docmost page using its ID. Optionally limit results or paginate with a cursor.
Instructions
List Docmost comments for a page ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional number of comments to return. | |
| cursor | No | Optional cursor returned by a previous list call. | |
| page_id | Yes | The Docmost page ID to list comments for. |