list_comments
Retrieve comments from any Lific issue or page, with optional filters for author, sort order, and pagination to manage large threads.
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) |