---
title: "Get All Faqs"
method: GET
path: "/v1/business/bot-faq/all"
tags: ["Botsonic Business FAQ"]
---

# Get All Faqs

`GET /v1/business/bot-faq/all`

Get all FAQs for a bot in paginated format

## Query parameters

- `search_query` string — Search for bot-faq matching particluar query
- `sort_by` 'id' | 'bot_id' | 'question' | 'answer' | 'error_reason' | 'status' | 'characters' | 'migration_status' | 'created_at' | 'updated_at' — Select attribute to sort by
- `sort_order` 'asc' | 'desc' — An enumeration.
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageBotFaqOutput
  - `items` BotFaqOutput[], required
    - `id` string, uuid, required
    - `bot_id` string, uuid, required
    - `question` string, required
    - `answer` string, required
    - `error_reason` string
    - `status` 'accepted' | 'rejected' | 'processing' | 'processed' | 'deleting' | 'timed_out' | 'resyncing' | 'resync_failed', required — An enumeration.
    - `characters` integer, required
    - `migration_status` 'not_started' | 'in_progress' | 'completed' | 'error' — An enumeration.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer
  - `page` integer
  - `size` integer
  - `pages` integer

## Other responses

- `422` — Validation Error

---

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