---
title: "Comment by id"
method: GET
path: "/api/comments/{id}"
tags: ["comments"]
---

# Comment by id

`GET /api/comments/{id}`

This endpoint allows the client to retrieve a specific comment and all of its nested descendant replies.

### Integration Tip:
- Handy for linking directly to a deep comment thread or loading individual comment replies on demand.

## Path parameters

- `id` string, required

## Response `200`

A List of the Comments

## Other responses

- `404` — Comment Not Found

## Changes

- **2026-07-13** (v1) `189b62b952ea` — 2 breaking, 1 info
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `404`
  - for the `path` request parameter `id`, the type/format was generalized from `integer`/`` to `string`/``
- **2026-07-13** (v1) `189b62b952ea` — 1 info
  - for the `path` request parameter `id`, the type/format was generalized from `integer`/`` to `string`/``
- **2026-07-13** (v1) `7db6ba099285` — 2 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `404`
- **2026-05-28** (v1) `6550ad7be94f` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `404`
- **2026-03-03** (v1) `c9e7662755c2` — 2 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `404`

[Full history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/comments/:id/get.md)

---

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