---
title: "Get a single comment object by comment id."
method: GET
path: "/comments/{id}"
tags: ["Comments"]
---

# Get a single comment object by comment id.

`GET /comments/{id}`

Get a single comment object by comment id. Returns a JSON result.

## Query parameters

- `id` string
- `debug` boolean

## Response `200`

A body of response data containing a comment object if it was found.

## Other responses

- `422` — Unprocessable Entity.

---

[API](https://skmtc.net/archives/apis/catalog-api.md) · [All operations](https://skmtc.net/archives/apis/catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/archives/catalog-api/versions/cafec81df996/schema)
