list_comments
Fetch task comments in chronological order, with trimmed fields and presigned URLs for embedded images to read full context.
Instructions
List comments on a task, oldest first.
Returns trimmed fields useful for reading context: id, comment_html, comment_stripped, actor_id, created_at, updated_at.
Comments that embed inline images also include an inline_assets
array with short-lived presigned URLs — Plane renders embedded
images with /api/assets/v2/ URLs that require a session cookie
(API keys aren't accepted there), so without this mapping an agent
reading the comment can't actually fetch the image. The presigned
URLs are anonymous and curl-able for ~1 hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Task UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |