---
title: "Get outdated SDKs"
method: GET
path: "/api/admin/metrics/sdks/outdated"
tags: ["Metrics"]
---

# Get outdated SDKs

`GET /api/admin/metrics/sdks/outdated`

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

## Response `200`

outdatedSdksSchema

- OutdatedSdksSchema — Data about outdated SDKs that should be upgraded.
  - `sdks` object[], required — A list of SDKs
    - `sdkVersion` string, required — An outdated SDK version identifier. Usually formatted as "unleash-client-<language>:<version>"
    - `applications` string[], required — A list of applications using the SDK version

## Other responses

- `404` — The requested resource was not found.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
