---
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`

OK

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

## Changes

- **2024-04-17** `f8a2e9441925` — 4 info
  - the endpoint scheme security `apikey-header-x-openmic-public-key` was removed from the API
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/changes/api/public/bots/:id/get.md)

---

[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/f8a2e9441925/schema)
