---
title: "Get client balancer settings"
method: GET
path: "/cdn/admin/clients/{client_id}"
tags: ["Balancer"]
---

# Get client balancer settings

`GET /cdn/admin/clients/{client_id}`

Get information about all regions used for content delivery for a specific client.

## Path parameters

- `client_id` integer, required — Client account ID.

## Response `200`

Successful.

- ClientSettingsDetails
  - `is_in` boolean — Defines whether regions are used for content delivery for a client or not. Possible values: - **true** - Region is used for content delivery. - **false** - Region is not used for content delivery.
  - `region_list` integer[] — List of region IDs. If you specified regions used for content delivery, the regions IDs list must not contain the ID of the default location handler region. If you specified regions not used for content delivery, the regions IDs list must contain the ID of the default location handler region.

## Other responses

- `404` — Failed to get client balancer settings.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
