---
title: "GET /kvdbs/{alias}/compact"
method: GET
path: "/kvdbs/{alias}/compact"
tags: ["kvdb"]
---

# GET /kvdbs/{alias}/compact

`GET /kvdbs/{alias}/compact`

Get the current KVDB compaction status.

## Query parameters

- `pretty` boolean

## Response `200`

OK

- object
  - `samp_lwm_pct` integer
  - `samp_hwm_pct` integer
  - `samp_curr_pct` integer
  - `active` boolean
  - `canceled` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/hse-project/apis/hse-rest-api.md) · [All operations](https://skmtc.net/hse-project/apis/hse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hse-project/hse-rest-api/revisions/35114e72c580/schema)
