---
title: "Get Bot Details"
method: GET
path: "/bots/{botId}"
tags: ["Bots"]
---

# Get Bot Details

`GET /bots/{botId}`

## Response `200`

- BotInfo
  - `id` string, uuid, required
  - `lastTokenRegeneratedAt` string, date-time, nullable
  - `name` string, required
  - `ownerId` string, uuid, required
  - `permissions` string[], required
  - `user` UserExt — User with extended data including handle
    - `avatar` string, nullable
    - `category` 'BOT' | 'UNVERIFIED'
    - `description` string, nullable
    - `handle` string, nullable — The user's handle (if claimed)
    - `id` string, uuid, required
    - `name` string, required
    - `spaceOrder` string[], nullable — Persisted ordering of the user's spaces in the sidebar. Always present on responses; optional in the schema so the base `User` shape remains structurally assignable to `UserExt`.
  - `visibility` 'PUBLIC' | 'PRIVATE', required

---

[API](https://skmtc.net/mikotoio/apis/mikoto-superego.md) · [All operations](https://skmtc.net/mikotoio/apis/mikoto-superego/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mikotoio/mikoto-superego/versions/2884da9c4ee0/schema)
