---
title: "get cap-usage status for the currently-loaded offline license"
method: GET
path: "/settings/offline_license_status"
tags: ["setting"]
---

# get cap-usage status for the currently-loaded offline license

`GET /settings/offline_license_status`

Returns the live cap status (seats used vs cap, current CU vs cap) for
the offline license key currently in use. Returns `null` if no offline
license is loaded. Super-admin only.

## Response `200`

cap status (or null when no offline license)

- object, nullable
  - `seats_used` number — Author-equivalent seats consumed (authors + 0.5 × operators)
  - `seats_cap` integer
  - `author_count` integer
  - `operator_count` integer
  - `current_cu` number — Sum of CU rate across workers that pinged in the last 2 minutes.
  - `cu_cap` number
  - `cu_over_cap` boolean

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/8a5fd82f8851/schema)
