---
title: "Get Bot Template Config"
method: GET
path: "/api/bot/bot-template-config"
tags: ["Bot"]
---

# Get Bot Template Config

`GET /api/bot/bot-template-config`

Retrieves bot template configurations.

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- BotTemplateConfigResponseSchema — Schema for representing the response of bot template configuration.
  - `bot_template_config` BotTemplateConfigSchema[], nullable — Optional list of bot template configurations.
    - `id` string, uuid, nullable — Optional unique identifier for the bot template configuration.
    - `case_study` unknown[], nullable — Optional list of case studies associated with the bot template.
      - unknown
    - `prompt_template` unknown[], nullable — Optional list of prompt templates for the bot template.
      - unknown
    - `gpt_model_name` unknown[], nullable — Optional list of GPT model names associated with the bot template.
      - unknown
    - `visibility` unknown[], nullable — Optional list of visibility settings for the bot template.
      - unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
