List Comments
list_commentsRetrieve paginated comments for a document, including nested replies and resolution state, to obtain the comment IDs needed for updating, deleting, or resolving comments.
Instructions
List paginated comments for a document, including nested replies and resolution state. Use this before update_comment, delete_comment, or resolve_comment when you need the existing comment ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor from pageInfo.endCursor for fetching the next page. | |
| docId | Yes | Document id whose comments should be listed. | |
| first | No | Maximum number of comments to return from the AFFiNE pagination connection (1-200). | |
| offset | No | Zero-based offset used by AFFiNE pagination (maximum 1,000,000). Do not combine with after unless the AFFiNE API requires it. | |
| workspaceId | No | AFFiNE workspace id. Omit only when AFFINE_WORKSPACE_ID is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | ||
| pageInfo | Yes | ||
| totalCount | Yes |