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

# List all comments

`GET /api/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.

## Changes

- **2024-10-29** `9f161262f033` — 1 info
  - added the new optional `query` request parameter `per_page`
- **2024-08-28** `3423807e7e6e` — 1 info
  - added the new optional `query` request parameter `meta`
- **2024-07-09** `c6312aaa7715` — 1 warning, 1 info
  - deleted the `query` request parameter `vulnerability`
  - added the new optional `query` request parameter `vuln_id`
- **2024-07-04** `b60ff1d38f4a` — 1 info
  - added the new optional `query` request parameter `author`
- **2024-07-03** `174b705caaac` — 5 warning
  - deleted the `query` request parameter `creation_timestamp`
  - deleted the `query` request parameter `description`
  - deleted the `query` request parameter `description_format`
  - deleted the `query` request parameter `timestamp`
  - …1 more

[Full history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/comment/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/1441221dfa02/schema)
