# Retrieve a comment

`GET https://api.cademi.com.br/api/v3/products/{product_id}/comments/{comment_id}`

Operation ID: `comments.get` · API v3

Retrieves a top-level comment by its public ID.

The response includes an `ETag` representing the current revision. Send this value in the `If-Match` header when updating the comment to avoid overwriting a newer version.

Required permissions: `comments.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `product_id` | path | string | yes |  |
| `comment_id` | path | string | yes |  |

## Responses

### 200

Returns the requested comment.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 404

The comment was not found in this product or is not accessible with the current credentials.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
