# Get topic partition information

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

Get topic partition information.


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



## Parameters

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

- **topic** (string)




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