list_comments
Retrieve comments on an issue or page by passing its ID. Supports optional filters like author, sort order, and pagination.
Instructions
List comments on an issue (LIF-42) or page (LIF-DOC-3; DOC-3 for workspace pages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum comments to return (cap 500). Omit to return the full thread. | |
| order | No | Sort direction by creation time: asc (default, oldest first) or desc (newest first) | |
| author | No | Filter to comments by this author username | |
| offset | No | Zero-indexed offset for paging | |
| identifier | Yes | Issue ID (e.g. LIF-1), project page ID (e.g. LIF-DOC-1), or workspace page ID (e.g. DOC-1) |