---
title: "List Bots"
method: GET
path: "/api/public/bots"
tags: ["Bots"]
---

# List Bots

`GET /api/public/bots`

Retrieves all bots associated with the authenticated user.

## Headers

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

## Response `200`

Success

- object[]
  - `id` string, required — ID
  - `name` string, required — name

## Changes

- **2024-04-17** `f8a2e9441925` — 1 info
  - the endpoint scheme security `apikey-header-x-openmic-public-key` was removed from the API

[Change history](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/changes/api/public/bots/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)
