---
title: "Show comment"
method: GET
path: "/documents/{document}/comments/{comment}"
tags: ["Document Operations"]
---

# Show comment

`GET /documents/{document}/comments/{comment}`

<small>Requires an API token with the **Document Reader** role.</small>

Returns a single comment on a [document](/#documents).

## Path parameters

- `document` string, required
- `comment` string, required

## Response `200`

`CommentResource`

- object
  - `data` CommentResource, required
    - `uuid` string, required
    - `party_uuid` string, nullable, required — UUID of the [party](/#parties) the author belongs to
    - `reply_to_comment_uuid` string, nullable, required — UUID of the comment that this comment is replying to, if any
    - `type` 'comment' | 'proposal', required
    - `scope` 'internal' | 'internal_and_external', required
    - `proposal_status` 'open' | 'accepted' | 'rejected', required
    - `is_resolved` boolean, required — True if the comment has been marked as resolved
    - `html_content` string, required — The comment itself. May be empty (e.g. a proposal may be made without an accompanying comment)
    - `author_name` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable, required

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found

---

[API](https://skmtc.dev/fynk/apis/fynk-api-reference.md) · [All operations](https://skmtc.dev/fynk/apis/fynk-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fynk/fynk-api-reference/revisions/9657a6757f59/schema)
