---
title: "Changes to Get Dynamic Broker Config"
method: GET
path: "/clusters/{cluster_id}/broker-configs/{name}"
---

# Changes to Get Dynamic Broker Config

`GET /clusters/{cluster_id}/broker-configs/{name}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 50 revisions.

- **2023-08-08** (v3) `25e5259d1722` — 1 breaking, 2 info
- **2023-08-08** (v3) `1be42847ed21` — 3 info
- **2023-03-10** (v3) `bb1cdf42f052` — 1 breaking, 2 info
- **2022-03-22** (v3) `7500cc59fcff` — 23 info
- **2022-03-22** (v3) `0b87d328c664` — 17 warning, 6 info
- **2022-01-18** (v3) `242a6e383b71` — 23 info
- **2022-01-18** (v3) `fbdd72178c66` — 17 warning, 6 info
- **2021-09-08** (v3) `2d4f120a2079` — 3 info
- **2021-09-01** (v3) `fc95920a3a26` — 20 info
- **2021-03-10** (v3) `d61f00e40f31` — 17 warning, 7 info

## Changes

- **2023-08-08** (v3) `25e5259d1722` — 1 breaking, 2 info
  - removed the media type `text/plain` for the response with the status `400`
  - api operation id `getKafkaV3ClusterConfig` removed and replaced with `getKafkaClusterConfig`
  - added the non-success response with the status `403`
- **2023-08-08** (v3) `1be42847ed21` — 3 info
  - api operation id `getKafkaClusterConfig` removed and replaced with `getKafkaV3ClusterConfig`
  - added the media type `text/plain` for the response with the status `400`
  - removed the non-success response with the status `403`
- **2023-03-10** (v3) `bb1cdf42f052` — 1 breaking, 2 info
  - removed the media type `text/plain` for the response with the status `400`
  - api operation id `getKafkaV3ClusterConfig` removed and replaced with `getKafkaClusterConfig`
  - added the non-success response with the status `403`
- **2022-03-22** (v3) `7500cc59fcff` — 23 info
  - api operation id `getKafkaV3ClusterConfig` was added
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - removed the `BROKER` enum value from the `allOf[subschema #2]/config_type` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_LOGGER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_LOGGER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_CLUSTER_LINK_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_CLUSTER_LINK_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_TOPIC_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_TOPIC_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `STATIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `STATIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
- **2022-03-22** (v3) `0b87d328c664` — 17 warning, 6 info
  - added the new `BROKER` enum value to the `allOf[subschema #2]/config_type` response property for the response status `200`
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_LOGGER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_LOGGER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_CLUSTER_LINK_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_CLUSTER_LINK_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_TOPIC_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_TOPIC_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `STATIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `STATIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - api operation id `getKafkaV3ClusterConfig` removed and replaced with ``
  - api tag `Configs` added
  - api tag `Configs (v3)` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `429`
- **2022-01-18** (v3) `242a6e383b71` — 23 info
  - api operation id `getKafkaV3ClusterConfig` was added
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - removed the `BROKER` enum value from the `allOf[subschema #2]/config_type` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_LOGGER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_LOGGER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_CLUSTER_LINK_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_CLUSTER_LINK_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_TOPIC_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_TOPIC_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `STATIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `STATIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
- **2022-01-18** (v3) `fbdd72178c66` — 17 warning, 6 info
  - added the new `BROKER` enum value to the `allOf[subschema #2]/config_type` response property for the response status `200`
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_LOGGER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_LOGGER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_CLUSTER_LINK_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_CLUSTER_LINK_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_TOPIC_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_TOPIC_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `STATIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `STATIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - api operation id `getKafkaV3ClusterConfig` removed and replaced with ``
  - api tag `Configs` added
  - api tag `Configs (v3)` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `429`
- **2021-09-08** (v3) `2d4f120a2079` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
- **2021-09-01** (v3) `fc95920a3a26` — 20 info
  - api operation id `getKafkaV3ClusterConfig` was added
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - removed the `BROKER` enum value from the `allOf[subschema #2]/config_type` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_LOGGER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_BROKER_LOGGER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_CLUSTER_LINK_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_CLUSTER_LINK_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `DYNAMIC_TOPIC_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DYNAMIC_TOPIC_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `STATIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `STATIC_BROKER_CONFIG` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
- **2021-03-10** (v3) `d61f00e40f31` — 17 warning, 7 info
  - added the new `BROKER` enum value to the `allOf[subschema #2]/config_type` response property for the response status `200`
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_LOGGER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_BROKER_LOGGER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_CLUSTER_LINK_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_CLUSTER_LINK_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_DEFAULT_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `DYNAMIC_TOPIC_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `DYNAMIC_TOPIC_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `STATIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `STATIC_BROKER_CONFIG` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - api operation id `getKafkaClusterConfig` removed and replaced with ``
  - api tag `Configs` added
  - api tag `Configs (v3)` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `429`

---

[Operation](https://skmtc.dev/confluentinc/apis/rest-admin-api/docs/clusters/:cluster_id/broker-configs/:name/get.md) · [API](https://skmtc.dev/confluentinc/apis/rest-admin-api.md) · [Page](https://skmtc.dev/confluentinc/apis/rest-admin-api/changes/clusters/:cluster_id/broker-configs/:name/get)
