# Get cluster-level metadata for all partitions in topic

**GET /v1/cluster/partitions/{namespace}/{topic}**

Get cluster-level metadata for all partitions in topic.


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



## Parameters

### Path parameters
- **namespace** (string)

- **topic** (string)


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



## Responses
### 200
Topic partitions 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)
