list-comments
Retrieve comments from a Notion page or block using its ID. Supports pagination to access all comments with their content and metadata.
Instructions
List comments on a page or block. Either block_id or page_id must be provided. Returns a paginated list of comments with their content and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | No | Block or page ID | |
| page_id | No | Page ID | |
| start_cursor | No | Pagination cursor from previous response | |
| page_size | No | Number of results (1-100) |