---
title: "Get Hydration Log"
method: POST
path: "/kvm/v2/get/refill_log"
tags: ["Traffic Pool"]
---

# Get Hydration Log

`POST /kvm/v2/get/refill_log`

This endpoint retrieves the hydration (refill) log for a specified KVM VPS.  
The `api_host` parameter, obtained from the "Create AUTH-session" response,  
is dynamically set in the URL.  
Use the `query` parameter to filter the log by `client` or `kvm`.

## Response `200`

Hydration log retrieved successfully.

- InlineResponse20023
  - `status` string — The status of the operation.
  - `log` InlineResponse20023Log[]
    - `ts` string — The timestamp of the hydration event.
    - `gbytes` string — The amount of traffic hydrated (in GB).
    - `kvm` string — The unique identifier of the KVM VPS.

## Other responses

- `400` — Bad Request - Invalid or missing parameters.
- `401` — Unauthorized - Invalid or expired session.
- `500` — Internal Server Error - An unexpected error occurred.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
