---
title: "Returns all bots"
method: GET
path: "/v1/bots"
tags: ["bots"]
---

# Returns all bots

`GET /v1/bots`

Returns a map of bot settings

## Response `200`

success

- Bot[]
  - `id` integer
  - `team_id` string
  - `admin` boolean
  - `team_name` string
  - `password` string
  - `language` 'ru_Ru' | 'en_US' — bot language
  - `notifier_interval` integer
  - `reminder_repeat_max` integer
  - `reminder_time` integer
  - `reporting_channel` string
  - `reporting_time` string
  - `individual_reports_on` boolean

## Other responses

- `401` — Unauthorized
- `500` — Internal Error

## Changes

- **2019-04-09** `5363057b67b0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maddevsio/apis/mad-devs-comedian/changes/v1/bots/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/db207131dfd9/schema)
