---
title: "GET /bots.info"
method: GET
path: "/bots.info"
tags: ["bots"]
---

# GET /bots.info

`GET /bots.info`

Gets information about a bot user.

## Query parameters

- `token` string, required
- `bot` string

## Response `200`

When successful, returns bot info by bot ID.

- object — Schema for successful response from bots.info method
  - `bot` object, required
    - `app_id` string, required
    - `deleted` boolean, required
    - `icons` object, required
      - `image_36` string, uri, required
      - `image_48` string, uri, required
      - `image_72` string, uri, required
    - `id` string, required
    - `name` string, required
    - `updated` integer, required
    - `user_id` string
  - `ok` true, required

## Other responses

- `default` — When no bot can be found, it returns an error.

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
