---
title: "Get Global Traffic Pool Size"
method: POST
path: "/kvm/v2/get/pool_traffic"
tags: ["Traffic Pool"]
---

# Get Global Traffic Pool Size

`POST /kvm/v2/get/pool_traffic`

This endpoint retrieves the total size of the global traffic pool for a specified KVM VPS.  
The `api_host` parameter, obtained from the "Create AUTH-session" response,  
is dynamically set in the URL.

## Response `200`

Global traffic pool size retrieved successfully.

- InlineResponse20022
  - `status` string — The status of the operation.
  - `msg` string — Message indicating the status of the traffic pool.
  - `available_pool_traffic` string — The available traffic pool size in GB.

## 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/revisions/223263c91ac0/schema)
