---
title: "Get a Salesbot by ID"
method: GET
path: "/api/v4/bots/{id}"
---

# Get a Salesbot by ID

`GET /api/v4/bots/{id}`

The method allows to obtain a Salesbot by its ID

## Path parameters

- `id` integer, required

## Query parameters

- `with` string

## Response `200`

Request is successfull

## Other responses

- `204` — Salesbot with the specified ID does not exist.
- `400` — Incorrect data was transmitted. Details are available in the response body.
- `401` — User is unauthorized

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/versions/f17af4d23c7c/schema)
