---
title: "Get Bot"
method: GET
path: "/api/public/bots/{id}"
tags: ["Bots"]
---

# Get Bot

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

Retrieves details of a specific bot identified by its ID.

## Path parameters

- `id` string, required

## Headers

- `x-openmic-public-key` string, required

## Response `200`

Bot found

- BotResponse
  - `id` string, required — ID
  - `name` string, required — name
  - `webhookUrl` string, required
  - `forwardingUrl` string, required
  - `script` string, required
  - `prompt` string, required

## Other responses

- `401` — Unauthorized, JWT token is missing or invalid
- `404` — Bot not found
- `500` — Internal server error

---

[API](https://skmtc.dev/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/6e5fad8b5bae/schema)
