v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Metrics

Get outdated SDKs

Returns a list of the outdated SDKS with the applications using them.

get/api/admin/metrics/sdks/outdated

Response

outdatedSdksSchema

Example response

{
  "sdks": [
    {
      "sdkVersion": "unleash-client-java:7.0.0",
      "applications": [
        "accounting"
      ]
    }
  ]
}