---
title: "List FAQs"
method: GET
path: "/agent_config/faq"
tags: ["Business Agent - Knowledge - FAQ"]
---

# List FAQs

`GET /agent_config/faq`

Retrieve a list of all FAQ entries for the specified entity.

## Headers

- `X-API-Version` '2.0.0'

## Response `200`

A list of all FAQ entries

- KnowledgeFaqBizAIOmniChannelKnowledgeFAQResponse[]
  - `answer` string, required
  - `created_at` integer
  - `id` string, required
  - `metadata` object
  - `question` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `429` — Too many requests
- `500` — Server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
