---
title: "Get All Starter Questions"
method: GET
path: "/v1/business/bot-starter-questions/all"
tags: ["Botsonic Business Starter Questions"]
---

# Get All Starter Questions

`GET /v1/business/bot-starter-questions/all`

Get all Starter questions for a bot in paginated format

## Query parameters

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

## Response `200`

Successful Response

- CustomPageStarterQuestionOutput
  - `items` StarterQuestionOutput[], required
    - `id` string, uuid, required
    - `bot_id` string, uuid, required
    - `question` string, required
    - `answer` string, required
    - `order` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer
  - `page` integer
  - `size` integer
  - `pages` integer
  - `sort_by` string
  - `sort_order` string
  - `search_value` string
  - `num_timed_out` integer
  - `filter_by` string[]
  - `sitemap_root_url` string

## 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)
