# Get detailed partition information

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

Get detailed information for a partition.


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



## Parameters

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

- **topic** (string)

- **partition** (integer)




## Responses
### 200
Partition information response

#### Body: application/json (array[object])
- **leader_id** (integer(int64))
  Node ID of the leader broker
- **ns** (string)
  namespace
- **partition_id** (integer(int64))
  partition
- **raft_group_id** (integer(int64))
  partition raft group id
- **replicas** (array[object])
  Replica assignments
- **status** (string)
  status
- **topic** (string)
  topic


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