---
title: "List Dynamic Broker Configs"
method: GET
path: "/kafka/v3/clusters/{cluster_id}/broker-configs"
tags: ["Configs (v3)"]
---

# List Dynamic Broker Configs

`GET /kafka/v3/clusters/{cluster_id}/broker-configs`

[![Generally Available](https://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)

Return a list of dynamic cluster-wide broker configuration parameters for the specified Kafka
cluster. Returns an empty list if there are no dynamic cluster-wide broker configuration parameters.

## Response `200`

The list of cluster configs.

- ClusterConfigDataList
  - `kind` string, required
  - `metadata` ResourceCollectionMetadata, required
    - `self` string, required
    - `next` string, nullable
  - `data` ClusterConfigData[], required
    - `kind` string, required
    - `metadata` ResourceMetadata, required
      - `self` string, required
      - `resource_name` string, nullable
    - `cluster_id` string, required
    - `name` string, required
    - `value` string, nullable
    - `is_default` boolean, required
    - `is_read_only` boolean, required
    - `is_sensitive` boolean, required
    - `source` string, required
    - `synonyms` ConfigSynonymData[], required
      - `name` string, required
      - `value` string, nullable
      - `source` string, required
    - `config_type` string, required

## Other responses

- `400` — Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure.
- `401` — Indicates a client authentication error. Kafka authentication failures will contain error code 40101 in the response body.
- `403` — Indicates a client authorization error. Kafka authorization failures will contain error code 40301 in the response body.
- `429` — Indicates that a rate limit threshold has been reached, and the client should retry again later.
- `5XX` — A server-side problem that might not be addressable from the client side. Retriable Kafka errors will contain error code 50003 in the response body.

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/confluent/apis/confluent-cloud-apis/revisions/cd93f933f941?raw)
