---
title: "List Controller Configs"
method: GET
path: "/controllers/configs"
tags: ["Controllers"]
---

# List Controller Configs

`GET /controllers/configs`

List all saved controller configurations with their metadata.

Retrieves all YAML configuration files from the conf/controllers directory. Each configuration
defines parameters for a specific controller that can be used when launching trading bots.
Configurations are reusable and can be assigned to multiple bot instances.

Use this endpoint to browse available configurations, verify configuration deployment,
or to list configurations before editing or deleting them.

## Response `200`

Successful Response

- object[]

## Changes

- **2026-01-17** `daa29248aacc` — 1 info
  - api operation id `list_controller_configs_controllers_configs__get` removed and replaced with `list_controller_configs_controllers_configs_get`
- **2025-12-20** `1005bcd47280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/controllers/configs/get.md)

---

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