# Get brokers' configurations **GET /v1/node_config** List the configuration properties of all brokers (nodes) in the cluster. For the broker configuration properties of the latest Redpanda version, see [Broker Configuration Properties](https://docs.redpanda.com/docs/reference/broker-properties/). ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ## Responses ### 200 Brokers' configurations response #### Body: application/json (array[object]) - **advertised_kafka_api** (array[object]) - **data_directory** (string) Path to the directory for storing Redpanda's streaming data files. - **crash_loop_limit** (integer) A limit on the number of consecutive times a broker can crash within one hour before its crash-tracking logic is reset. This limit prevents a broker from getting stuck in an infinite cycle of crashes. If `null`, the property is disabled and no limit is applied. - **admin** (object) - **advertised_rpc_api** (object) - **kafka_api** (object) - **developer_mode** (boolean) - **admin_api_doc_dir** (string) - **rpc_server_tls** (object) - **empty_seed_starts_cluster** (boolean) - **memory_allocation_warning_threshold** (integer) - **seed_servers** (array[object]) - **upgrade_override_checks** (boolean) - **rack** (string) - **rpc_server** (object) - **admin_api_tls** (object) - **node_id** (integer) - **cloud_storage_cache_directory** (string) - **kafka_api_tls** (object) [Powered by Bump.sh](https://bump.sh)