---
title: "Get a specific comment"
method: GET
path: "/comments/{id}"
tags: ["Comments"]
---

# Get a specific comment

`GET /comments/{id}`

Comments can be added to and listed as a sub-resource on any resource that supports them.
These resources support comments:

- [Features](/api/resources/comments/list_comments_on_a_feature)
- [Epics](/api/resources/comments/list_comments_on_an_epic)
- [Requirements](/api/resources/comments/list_comments_on_a_requirement)
- [Ideas](/api/resources/comments/list_comments_on_an_idea)
- [Initiatives](/api/resources/comments/list_comments_on_an_initiative)
- [Goals](/api/resources/comments/list_comments_on_a_goal)
- [Releases](/api/resources/comments/list_comments_on_a_release)
- [Release phases](/api/resources/comments/list_comments_on_a_release_phase)
- [To-dos](/api/resources/comments/list_comments_on_a_to-do)

They can be listed [product-wide](/api/resources/comments/list_comments_in_a_product),
or retrieved from anywhere in the system using the root [comments resource](/api/resources/comments/get_a_specific_comment).

To reply to a comment, specify the parent_comment_id when creating a comment. The parent
must be a top-level comment on the same resource; replies to replies are not supported.

## Path parameters

- `id` string, required

## Query parameters

- `fields` string

## Response `200`

Successful operation

## Changes

- **2026-08-12** `bfbe6f6d74a1` — 1 info
  - added the optional property `comments/items/parent_comment_id` to the response with the `200` status
- **2026-08-04** `6274be5aa6c5` — 1 info
  - added the new optional `query` request parameter `fields`

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/comments/:id/get.md)

---

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