---
title: "Changes to List Dynamic Broker Configs"
method: GET
path: "/clusters/{cluster_id}/brokers/-/configs"
---

# Changes to List Dynamic Broker Configs

`GET /clusters/{cluster_id}/brokers/-/configs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 16 of 50 revisions.

- **2023-08-08** (v3) `25e5259d1722` — 1 breaking, 3 info
- **2023-08-08** (v3) `1be42847ed21` — 4 info
- **2023-03-10** (v3) `bb1cdf42f052` — 1 breaking, 3 info
- **2022-03-22** (v3) `7500cc59fcff` — 19 info
- **2022-03-22** (v3) `fb570c3144de` — 1 info
- **2022-03-22** (v3) `0b87d328c664` — 1 breaking
- **2022-01-18** (v3) `242a6e383b71` — 19 info
- **2022-01-18** (v3) `fbdd72178c66` — 16 warning, 3 info
- **2021-09-08** (v3) `2d4f120a2079` — 3 info
- **2021-09-01** (v3) `fc95920a3a26` — 16 info
- **2021-07-12** (v3) `9d6bc272cc45` — 1 info
- **2021-07-07** (v3) `031b7043e56a` — 1 breaking
- **2021-06-15** (v3) `d6fa9a3f19d9` — 1 info
- **2021-06-15** (v3) `4de8ce028b2e` — 1 breaking
- **2021-04-13** (v3) `f4e2cecc76c2` — 1 info
- **2021-03-10** (v3) `d61f00e40f31` — 1 breaking

## Changes

- **2023-08-08** (v3) `25e5259d1722` — 1 breaking, 3 info
  - removed the media type `text/plain` for the response with the status `400`
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - added the non-success response with the status `403`
- **2023-08-08** (v3) `1be42847ed21` — 4 info
  - api tag `Configs` added
  - api tag `Configs (v3)` removed
  - 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, 3 info
  - removed the media type `text/plain` for the response with the status `400`
  - api tag `Configs (v3)` added
  - api tag `Configs` removed
  - added the non-success response with the status `403`
- **2022-03-22** (v3) `7500cc59fcff` — 19 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`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
- **2022-03-22** (v3) `fb570c3144de` — 1 info
  - endpoint added
- **2022-03-22** (v3) `0b87d328c664` — 1 breaking
  - api path removed without deprecation
- **2022-01-18** (v3) `242a6e383b71` — 19 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`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
- **2022-01-18** (v3) `fbdd72178c66` — 16 warning, 3 info
  - added the new `DEFAULT_CONFIG` enum value to the `allOf[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - added the new `UNKNOWN` enum value to the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
  - 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` — 16 info
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `DEFAULT_CONFIG` enum value from the `allOf[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/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[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/source` response property for the response status `200`
  - removed the `UNKNOWN` enum value from the `allOf[subschema #2]/data/items/allOf[#/components/schemas/AbstractConfigData]/allOf[subschema #2]/synonyms/items/source` response property for the response status `200`
- **2021-07-12** (v3) `9d6bc272cc45` — 1 info
  - endpoint added
- **2021-07-07** (v3) `031b7043e56a` — 1 breaking
  - api path removed without deprecation
- **2021-06-15** (v3) `d6fa9a3f19d9` — 1 info
  - endpoint added
- **2021-06-15** (v3) `4de8ce028b2e` — 1 breaking
  - api path removed without deprecation
- **2021-04-13** (v3) `f4e2cecc76c2` — 1 info
  - endpoint added
- **2021-03-10** (v3) `d61f00e40f31` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/confluentinc/apis/rest-admin-api/docs/clusters/:cluster_id/brokers/-/configs/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/brokers/-/configs/get)
