# Get local partitions

**GET /v1/partitions/local_summary**

Get a summary of the partition(s) replicated on the requesting broker.


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



## Parameters




## Responses
### 200
Local partitions response

#### Body: application/json (object)
- **count** (integer(int64))
  Number of partitions with a replica on this broker
- **leaderless** (integer(int64))
  Number of partitions with a replica on this broker that report no known raft leader
- **under_replicated** (integer(int64))
  Number of partitions with leadership on this broker, reporting one or more under-replicated followers


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