---
title: "List idea comments for an idea"
method: GET
path: "/ideas/{idea_id}/idea_comments"
tags: ["Idea comments"]
---

# List idea comments for an idea

`GET /ideas/{idea_id}/idea_comments`

Idea comments can appear in ideas portals.
To reply to an idea_comment, specify the parent_idea_comment_id. Its visibility
will come from its parent idea comment and cannot be overridden.

## Path parameters

- `idea_id` string, required

## Query parameters

- `page` string
- `per_page` string
- `fields` string

## Response `200`

Successful operation

## Changes

- **2026-08-12** `bfbe6f6d74a1` — 5 warning
  - removed the optional property `idea_comments/items/created_at` from the response with the `200` status
  - removed the optional property `idea_comments/items/idea` from the response with the `200` status
  - removed the optional property `idea_comments/items/idea_commenter_user` from the response with the `200` status
  - removed the optional property `idea_comments/items/parent_idea_comment_id` from the response with the `200` status
  - …1 more
- **2026-08-04** `6274be5aa6c5` — 1 info
  - added the new optional `query` request parameter `fields`
- **2026-07-26** `69bd8c9e8932` — 3 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `per_page`
  - added the optional property `idea_comments/items/updated_at` to the response with the `200` status

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/ideas/:idea_id/idea_comments/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/bfbe6f6d74a1/schema)
