---
title: "List FAQs"
method: GET
path: "/smart-faq"
tags: ["SmartFAQ"]
---

# List FAQs

`GET /smart-faq`

## Query parameters

- `sourceId` string
- `state` string
- `answered` string

## Response `200`

Success

- SmartFAQDto[]
  - `id` string, nullable
  - `agencyId` string, nullable
  - `sourceId` string, nullable
  - `question` string, nullable
  - `answer` string, nullable
  - `leadIds` string[], nullable
  - `state` integer

---

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