# Get maintenance status

**GET /v1/maintenance**

Get status of maintenance.


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



## Parameters




## Responses
### 200
Maintenance status response

#### Body: application/json (object)
- **draining** (boolean)
  in maintenance state

- **eligible** (integer(int64))
  eligible partition count

- **errors** (boolean)
  drain errors

- **failed** (integer(int64))
  failed transfer partition count

- **finished** (boolean)
  drain finished

- **partitions** (integer(int64))
  partition count

- **transferring** (integer(int64))
  transferring partition count



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