---
title: "List Faqs"
method: GET
path: "/api/faqs"
tags: ["faq"]
---

# List Faqs

`GET /api/faqs`

## Response `200`

Successful Response

- FaqResponse[]
  - `id` string, required — FAQ UUID
  - `created_at` string, date-time, required — FAQ creation timestamp
  - `title` string, required — FAQ title
  - `text` string, required — FAQ content
  - `position` integer, nullable — Sort position in section
  - `section` string, nullable — Section UUID
  - `section_ref` FaqSectionRefResponse — Nested section reference used in FAQ list responses.
    - `id` string, required — Section UUID
    - `name` string, nullable — Section name

---

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