---
title: "Get application overview"
method: GET
path: "/api/admin/metrics/applications/{appName}/overview"
tags: ["Metrics"]
---

# Get application overview

`GET /api/admin/metrics/applications/{appName}/overview`

Returns an overview of the specified application (`appName`).

## Path parameters

- `appName` string, required

## Response `200`

applicationOverviewSchema

- ApplicationOverviewSchema — Data about an application that's connected to Unleash via an SDK.
  - `projects` string[], required — The list of projects the application has been using.
  - `featureCount` number, required — The number of features the application has been using.
  - `environments` ApplicationOverviewEnvironmentSchema[], required — The list of environments the application has been using.
    - `name` string, required — Name of the application environment
    - `instanceCount` number, required — The number of instances of the application environment
    - `sdks` string[], required — SDKs used in the application environment
    - `frontendSdks` string[], required — Frontend SDKs used in the application environment
    - `backendSdks` string[], required — Backend SDKs used in the application environment
    - `lastSeen` string, date-time, nullable, required — The last time the application environment was seen
    - `issues` ApplicationEnvironmentIssuesSchema, required — This list of issues that might be wrong with the application
      - `missingFeatures` string[], required — The list of features that are missing in Unleash
      - `outdatedSdks` string[], required — The list of used SDKs that are outdated
  - `issues` ApplicationOverviewIssuesSchema, required — This list of issues that might be wrong with the application
    - `missingStrategies` string[], required — The list of strategies that are missing from Unleash

## 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)
