---
title: "GET /api/comment/{comment_uuid}"
method: GET
path: "/api/comment/{comment_uuid}"
tags: ["comment"]
---

# GET /api/comment/{comment_uuid}

`GET /api/comment/{comment_uuid}`

Get a comment with its UUID.

## Headers

- `X-Fields` string, mask

## Response `200`

Success.

- Comment
  - `uuid` string — Comment id.
  - `vulnerability_lookup_origin` string — Comment id.
  - `title` string — Comment id.
  - `description` string — Description.
  - `description_format` string — Description format (markdown or text).
  - `vulnerability` string — Vulnerability id.
  - `creation_timestamp` string, date-time — Updated time of the comment.
  - `timestamp` string, date-time — Updated time of the comment.
  - `related_vulnerabilities` string[] — One or more vulnerability references (CVE ID, GHSA-ID, PYSEC ID, etc.) for this comment.
  - `meta` object — Zero or more meta-fields.
  - `author` User
    - `login` string — Login of the user.
    - `name` string — Name of the user.

## Other responses

- `404` — Comment not found.

## Changes

- **2024-07-31** `532242ce343b` — 1 info
  - added the non-success response with the status `404`
- **2024-07-02** `eeda48608d47` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/comment/:comment_uuid/get.md)

---

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