# Get cluster-level metadata for all partitions in cluster

**GET /v1/cluster/partitions**

Get cluster-level metadata for all partitions in cluster.


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



## Parameters


### Query parameters
- **disabled** (boolean)

- **with_internal** (boolean)



## Responses
### 200
Partition metadata

#### Body: application/json (array[object])
- **ns** (string)
  namespace
- **partition_id** (integer(int64))
  partition
- **replicas** (array[object])
  Replica assignments
- **disabled** (boolean)
  Status
- **topic** (string)
  topic


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