---
title: "Get Chatbots"
method: GET
path: "/api/external/chatbots"
---

# Get Chatbots

`GET /api/external/chatbots`

Get Chatbots

## Headers

- `x-api-key` string

## Response `200`

Get Chatbots

- object
  - `chatbots` object[]
    - `active` boolean
    - `created_at` string
    - `description` string
    - `enabled_plugins` unknown
    - `id` string
    - `is_public` boolean
    - `name` string
    - `organization_id` string
    - `personality_config` object
      - `style` string
      - `tone` string
    - `settings` object
      - `greeting` string
      - `isRequestUserInfoEnabled` boolean
      - `isToolEnabled` boolean
      - `model` string
      - `prompt` string
      - `snippet` object
        - `header` string
        - `logo` string
        - `name` string
        - `primaryColor` string
        - `secondaryColor` string
        - `slogan` string
    - `slug` string
    - `suggestions` unknown
    - `updated_at` string
    - `version_id` unknown
    - `voice_widget_config` unknown

## Changes

- **2025-01-22** `b8640ab9f7e0` — 3 warning, 4 info
  - the optional response header `Keep-Alive` removed for the status `200`
  - removed the optional property `chatbots/items/openai_api_key` from the response with the `200` status
  - removed the optional property `chatbots/items/settings/avatar` from the response with the `200` status
  - added the optional property `chatbots/items/enabled_plugins` to the response with the `200` status
  - …3 more
- **2025-01-22** `9a74b2d0931e` — 22 warning, 2 info
  - the optional response header `CF-RAY` removed for the status `200`
  - the optional response header `Cache-Control` removed for the status `200`
  - the optional response header `Content-Encoding` removed for the status `200`
  - the optional response header `NEL` removed for the status `200`
  - …20 more

[Change history](https://skmtc.dev/dasomx/apis/okchat2-0/changes/api/external/chatbots/get.md)

---

[API](https://skmtc.dev/dasomx/apis/okchat2-0.md) · [All operations](https://skmtc.dev/dasomx/apis/okchat2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dasomx/okchat2-0/revisions/53c69266d405/schema)
