List comments
list_commentsRetrieve threaded comments on a page, including comment ID, content, author, and parent. Get comment IDs before updating or deleting comments.
Instructions
List the threaded comments on a page, returning each comment's id, content, author and parent. Use this to find a comment's id before update_comment / delete_comment. (get_page with include_comments returns the same thread alongside the page content.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | Page UUID or "workspaceSlug/spaceSlug/pageSlug" path |