---
title: "List form comments"
method: GET
path: "/forms/{formId}/comments"
tags: ["Comments"]
---

# List form comments

`GET /forms/{formId}/comments`

Retrieves all comments for a form. Requires COMMENT permission.

## Response `200`

List of form comments.

- object
  - `data` Comment[]
    - `id` string, ulid, required
    - `form` string, ulid, required
    - `user` string, ulid, required
    - `body` string, required
    - `state` 'hidden' | 'visible'
    - `element` string, required
    - `parent` string, ulid, nullable
    - `modified` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2025-07-15** `2c261ade9d44` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
- **2025-07-14** `de597e8f26bc` — 1 info
  - added the optional property `items/state` to the response with the `200` status
- **2025-07-13** `0d7f3c750979` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `data` from the response with the `200` status

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/forms/:formId/comments/get.md)

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
