# Get partition balancer status

**GET /v1/cluster/partition_balancer/status**

Get the status of the partition auto-balancer.


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



## Parameters




## Responses
### 200
Partition balancer status response

#### Body: application/json (object)
- **current_reassignments_count** (integer(int32))
  Current number of partition reassignments in progress
- **seconds_since_last_tick** (integer(int32))
  Number of seconds since the partition balancer last ran
- **status** (string)
  off/ready/in_progress/stalled
- **violations** (object)

- **partitions_pending_force_recovery_count** (integer(int32))
  Number of partitions pending force recovery
- **partitions_pending_force_recovery_sample** (array[string])
  Sample list of partitions pending force recovery


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