Comments
List comments
Returns all comments on a task, ordered by creation date (oldest first).
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
The numeric task ID.
Response
Returns an array of comment objects.Comment identifier.
ID of the task this comment belongs to.
ID of the user who wrote the comment.
Display name of the comment author.
Profile picture URL of the comment author.
null if none is set.Comment content as an HTML string.
ID of the parent comment if this is a reply.
null for top-level comments.Whether the comment has been marked as resolved.
UTC ISO-8601 creation timestamp.
List comments