---
title: "List all comments"
method: GET
path: "/comment/"
tags: ["comment"]
---

# List all comments

`GET /comment/`

## Query parameters

- `uuid` string
- `vuln_id` string
- `author` string
- `meta` string
- `per_page` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- CommentsList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `offset` integer — Position of the first element of the data from the total data amount.
    - `limit` integer — Requested limit data.
  - `data` Comment[] — List of comments.
    - `uuid` string — Comment id.
    - `vulnerability_lookup_origin` string — UUID of the Vulnerability Lookup origin instance.
    - `title` string — Comment id.
    - `description` string — Description.
    - `description_format` string — Description format (markdown or text).
    - `vulnerability` string — Vulnerability id.
    - `creation_timestamp` string, date-time — Creation 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.
      - `uuid` string — UUID of the user.

---

[API](https://skmtc.net/gcve-eu/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/gcve-eu/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gcve-eu/vulnerability-lookup-api/revisions/5ff926c52769/schema)
