---
title: "Get Created Bots"
method: GET
path: "/api/bot"
tags: ["Bot"]
---

# Get Created Bots

`GET /api/bot`

Get all created bots.

## Response `200`

Successful Response

- BotResponseSchema — Bot response schema.
  - `id` string, uuid, required — Unique identifier for the bot.
  - `user_id` string, uuid, required — Identifier of the user associated with the bot.
  - `bot_name` string, required — Name of the bot.
  - `case_study` string, required — Description or case study associated with the bot.
  - `is_visibility` boolean — Flag indicating whether the bot is visible.
  - `domain` string[] — List of domains associated with the bot.
  - `collect_customer_info` object — Information collected from customers in JSON format.
  - `is_activate` boolean — Flag indicating whether the bot is activated.
  - `is_deleted` boolean — Flag indicating whether the bot is deleted.
  - `rate_limit_per_day` integer — Maximum number of requests allowed per day.

---

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