list_comments
List comments on any Lific issue or page using its identifier. Filter by author, sort by creation time, and paginate through the full thread.
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) |