---
title: "Get the status of the current Octopus license."
method: GET
path: "/licenses/licenses-current-status"
tags: ["Licenses"]
---

# Get the status of the current Octopus license.

`GET /licenses/licenses-current-status`

Calculates the status of the current Octopus license including compliance and maintenance expiry.

## Response `200`

The requested License Status

- LicenseStatusResource
  - `ComplianceSummary` string
  - `DaysToEffectiveExpiryDate` integer
  - `DoesExpiryBlockKeyActivities` boolean
  - `EffectiveClusterTaskLimit` integer
  - `EffectiveExpiryDate` string
  - `EffectiveNodeTaskLimit` integer
  - `EffectiveStartDate` string
  - `HostingEnvironment` string
  - `Id` string
  - `IsClusterTaskLimitControlledByLicense` boolean
  - `IsCompliant` boolean
  - `IsInitialisationLicense` boolean
  - `IsNodeTaskLimitControlledByLicense` boolean
  - `IsPtm` boolean
  - `IsTrial` boolean
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `Limits` LicenseLimitStatusResource[]
    - `CurrentUsage` integer
    - `Disposition` 'Information' | 'Notice' | 'Warning' | 'Error'
    - `EffectiveLimit` integer
    - `EffectiveLimitDescription` string
    - `IsUnlimited` boolean
    - `LicensedLimit` integer
    - `LicenseLimitDescription` string
    - `LimitStatus` 'UnderLimit' | 'AlmostAtLimit' | 'AtLimit' | 'InOverrun' | 'ExceedingLimit'
    - `Message` string
    - `Name` string
    - `TargetTypes` string[]
  - `Links` object
  - `Messages` LicenseMessageResource[]
    - `Disposition` 'Information' | 'Notice' | 'Warning' | 'Error'
    - `Message` string
    - `MessagePolicy` 'LicensePeriodPolicy' | 'AuditStreamPolicy' | 'InsightsLicensePolicy' | 'TimeLimitedPolicy' | 'MaintenancePeriodPolicy' | 'TimeLimitedTestLicensePolicy' | 'CommunityEditionPolicy' | 'NodeLimitPolicy'
  - `PermissionsMode` 'Unspecified' | 'Restricted' | 'Full'
  - `SerialNumber` string

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

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