v1

latestOpenAPI 3.0.32026-07-13201451.3 KB
Chatbots

Get all chatbots

Retrieves all chatbots for the authenticated account

get/get-chatbots

Response

List of chatbots retrieved successfully

Example response

{
  "chatbots": [
    {
      "id": "ckl123abc456",
      "name": "Customer Support Bot",
      "status": "ready",
      "model": "gpt-4o-mini",
      "instructions": "You are a helpful customer service assistant",
      "visibility": "public",
      "created_at": "2024-01-01T12:00:00Z",
      "updated_at": "2024-01-02T12:00:00Z"
    }
  ]
}