---
title: "GET /enterprise/license/summary/"
method: GET
path: "/enterprise/license/summary/"
tags: ["enterprise"]
---

# GET /enterprise/license/summary/

`GET /enterprise/license/summary/`

Get the total license status

## Query parameters

- `cached` boolean

## Response `200`

- LicenseSummary — Serializer for license status
  - `internal_users` integer, required
  - `external_users` integer, required
  - `status` 'unlicensed' | 'valid' | 'expired' | 'expiry_soon' | 'limit_exceeded_admin' | 'limit_exceeded_user' | 'read_only', required
  - `latest_valid` string, date-time, required
  - `license_flags` LicenseFlagsEnum[], required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
