---
title: "Get all chatbots"
method: GET
path: "/get-chatbots"
tags: ["Chatbots"]
---

# Get all chatbots

`GET /get-chatbots`

Retrieves all chatbots for the authenticated account

## Response `200`

List of chatbots retrieved successfully

- object
  - `chatbots` Chatbot[]
    - `id` string — Unique chatbot identifier
    - `name` string — Chatbot name
    - `status` 'training' | 'ready' | 'failed' — Current chatbot status
    - `model` string — AI model being used
    - `instructions` string — System instructions for the chatbot
    - `visibility` 'public' | 'private' — Chatbot visibility setting
    - `created_at` string, date-time — Creation timestamp
    - `updated_at` string, date-time — Last update timestamp

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal Server Error

---

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