---
title: "Find bot by id"
method: GET
path: "/bots/{id}"
tags: ["bots"]
---

# Find bot by id

`GET /bots/{id}`

Returns a single bot

## Path parameters

- `id` integer, required

## Response `200`

success

- Bot
  - `id` integer
  - `team_id` string
  - `team_name` string
  - `password` string
  - `language` 'ru_Ru' | 'en_US' — bot language
  - `notifier_interval` integer
  - `reminder_repeat_max` integer
  - `reminder_time` integer

## Other responses

- `400` — Invalid data format
- `401` — No JWT Token
- `403` — No access to resource
- `500` — Internal Error

## Changes

- **2019-03-27** `07d9552ad3fa` — 6 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - …2 more
- **2019-03-20** `da06240b33aa` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2019-03-13** `a0fad9e3d214` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2019-03-13** `ea0deca478db` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maddevsio/apis/mad-devs-comedian/changes/bots/:id/get.md)

---

[API](https://skmtc.dev/maddevsio/apis/mad-devs-comedian.md) · [All operations](https://skmtc.dev/maddevsio/apis/mad-devs-comedian/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maddevsio/mad-devs-comedian/revisions/07d9552ad3fa/schema)
