---
title: "Get FAQ by ID"
method: GET
path: "/knowledge-base/faq/{context_id}"
tags: ["knowledge-base"]
---

# Get FAQ by ID

`GET /knowledge-base/faq/{context_id}`

Get a single FAQ entry by context_id

## Path parameters

- `context_id` string, required — The context ID of the FAQ to retrieve

## Response `200`

200 OK

- object
  - `context_id` string — The unique identifier for this FAQ
  - `type` string — Type of entry (faq)
  - `question` string — The FAQ question
  - `answer` string — The FAQ answer
  - `embedding` unknown[] — The vector embedding of the FAQ (Dimension: 768)
    - unknown
  - `attachments` unknown[] — Array of attachment URLs
    - unknown
  - `created_at` string — Creation timestamp

## Other responses

- `404` — FAQ not found

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
