# Retrieve an FAQ entry

`GET https://api.cademi.com.br/api/v3/support/faqs/{faq_id}`

Operation ID: `faqs.get` · API v3

Retrieves an FAQ entry by its public ID, including the answer content in `answer.blocks`.

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

Required permissions: `faqs.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `faq_id` | path | string | yes |  |

## Responses

### 200

Returns the requested FAQ entry, including its answer.

### 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 FAQ entry was not found or is not accessible with the current credentials.

Body: Error.

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