Skip to main content
GET
List comments
Requires the comments:read scope. You must be a member of the task’s workspace. Access-restricted members receive 403 if the task belongs to a list outside their permitted scope.

Path parameters

string
required
The numeric task ID.

Response

Returns an array of comment objects.
number
required
Comment identifier.
number
required
ID of the task this comment belongs to.
number
required
ID of the user who wrote the comment.
string
required
Display name of the comment author.
string | null
Profile picture URL of the comment author. null if none is set.
string
required
Comment content as an HTML string.
number | null
ID of the parent comment if this is a reply. null for top-level comments.
boolean
required
Whether the comment has been marked as resolved.
string
required
UTC ISO-8601 creation timestamp.