---
title: "Get Auto Hydration Status"
method: POST
path: "/kvm/v2/get/autohydration_status"
tags: ["Traffic Pool"]
---

# Get Auto Hydration Status

`POST /kvm/v2/get/autohydration_status`

This endpoint retrieves the current auto hydration status for a specified KVM VPS.

The `api_host` parameter, obtained from the **'Create AUTH-session'** response, must be included in the request to route the request correctly.

Provide the `signature`, `kvm_id`, and `valid_until` parameters from the **'Create AUTH-session'** response to authenticate the request.

## Response `200`

Auto hydration status retrieved successfully.

- object
  - `response_1` object
    - `status` string
    - `auto_hydration` string
  - `or` string
  - `response_2` object
    - `status` string
    - `auto_hydration` string

## 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)
