---
title: "Get All Starter Presets By Bot Id"
method: GET
path: "/v1/business/bot-starter-presets/all"
tags: ["Botsonic Business Starter Presets"]
---

# Get All Starter Presets By Bot Id

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

## Response `200`

Successful Response

- StarterPresets
  - `starter_questions` 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
  - `welcome_message` string, required

---

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