---
title: "Get bot"
method: GET
path: "/bots/{bot_id}"
tags: ["Bots"]
---

# Get bot

`GET /bots/{bot_id}`

Returns basic information of a specific bot

## Path parameters

- `bot_id` string, required

## Response `200`

successful operation

- Bot
  - `__v` integer
  - `updatedAt` string
  - `createdAt` string
  - `confidence_threshold` integer
  - `slave_bots` string[]
  - `graph` object
  - `lang` string
  - `name` string
  - `user_id` string
  - `_id` string
  - `is_master_bot` boolean
  - `collaborators` string
  - `confidence` integer
  - `type` string
  - `is_shared` boolean
  - `mute` boolean
  - `is_public` boolean
  - `is_template` boolean

## Other responses

- `400` — Invalid ID supplied
- `404` — bot not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
