---
title: "Get CDN service status details"
method: GET
path: "/cdn/clients/{client_id}/service"
tags: ["CDN Reseller service"]
---

# Get CDN service status details

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

Get information about CDN service status of the specific client account.

## Path parameters

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

## Response `200`

Successful.

- BodyResponseClientService — CDN service status.
  - `enabled` boolean — Defines whether the service is activated. Possible values are: - **true** - Service is activated. - **false** - Service is not activated.
  - `status` string — Service status. Possible values: - **new** - CDN service is not activated. - **trial** - Free trial is in progress. - **trialend** - Free trial has ended and CDN service is stopped. All client CDN resources are suspended. - **activating** - CDN service is being activated. It can take up to 15 minutes. - **active** - CDN service is active. - **paused** - CDN service is stopped. All client CDN resources are suspended. - **deleted** - CDN service is stopped. All client CDN resources are deleted.
  - `updated` string — Date of the last status update.

## Other responses

- `404` — The client is not found.

---

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