---
title: "Get Controller Config"
method: GET
path: "/controllers/configs/{config_name}"
tags: ["Controllers"]
---

# Get Controller Config

`GET /controllers/configs/{config_name}`

Get a specific controller configuration by its name.

Retrieves the full configuration content from a YAML file in the conf/controllers directory.
The configuration contains all parameters needed to instantiate and run a controller,
including trading pair, connector, amounts, and strategy-specific settings.

Use this endpoint to inspect configuration details before launching a bot or to
retrieve current settings before making modifications.

## Path parameters

- `config_name` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-20** `1005bcd47280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/controllers/configs/:config_name/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/cb6b6935c8e2/schema)
