# Get all brokers

**GET /v1/brokers**

Get information about all brokers in the cluster.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters




## Responses
### 200
Brokers response

#### Body: application/json (array[object])
- **disk_space** (array[object])
  Array of disk space information per directory path. If disk space information is not available the array may be empty
- **is_alive** (boolean)
  Whether the cluster considers the broker alive
- **maintenance_status** (object)
  Drain status
- **membership_status** (string)
  Broker membership status
- **node_id** (integer(int64))
  node id
- **num_cores** (integer(int64))
  cores
- **rack** (string)
  rack id
- **internal_rpc_address** (string)
  Internal RPC address (usually, but not necessarily, a hostname)
- **internal_rpc_port** (integer)
  Internal RPC port
- **version** (string)
  Redpanda version


[Powered by Bump.sh](https://bump.sh)
