---
title: "Get Bot Controller Configs"
method: GET
path: "/controllers/bots/{bot_name}/configs"
tags: ["Controllers"]
---

# Get Bot Controller Configs

`GET /controllers/bots/{bot_name}/configs`

Get all controller configurations for a specific bot.

Args:
    bot_name: Name of the bot to get configurations for

Returns:
    List of controller configurations for the bot

Raises:
    HTTPException: 404 if bot not found

## Path parameters

- `bot_name` string, required

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

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