# List partitions

**GET /v1/partitions**

Get a list of partition replicas hosted by the current broker. Returns only those partitions whose replicas are present on the queried broker, not all partitions in the cluster.


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



## Parameters




## Responses
### 200
List partitions response

#### Body: application/json (array[object])
- **core** (integer(int64))
  core
- **leader** (integer(int64))
  Latest known leader (or -1 if unknown)
- **materialized** (boolean)
  materialized
- **ns** (string)
  namespace
- **partition_id** (integer(int64))
  partition
- **topic** (string)
  topic


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