---
title: "Get Task Comments"
method: GET
path: "/comment/{taskId}"
tags: ["Comments"]
---

# Get Task Comments

`GET /comment/{taskId}`

Get all comments for a specific task

## Path parameters

- `taskId` string, required

## Response `200`

List of comments for the task

- object[]
  - `id` string, required
  - `taskId` string, required
  - `userId` string, required
  - `content` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `user` object
    - `name` string, required
    - `image` string, nullable, required

## Changes

- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/comment/:taskId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/32cece1ebe43/schema)
