---
title: "List the TopN applications"
method: GET
path: "/applications/top{n}"
tags: ["Application"]
---

# List the TopN applications

`GET /applications/top{n}`

List the TopN applications by usage.

## Path parameters

- `n` integer, required

## Query parameters

- `startTime` integer, required
- `endTime` integer, required

## Response `200`

OK

- XiqTopApplicationsUsage[]
  - `id` integer — The application ID
  - `name` string — The application name
  - `clients` integer — The associated unique client count
  - `users` integer — The associated unique user count
  - `usage` integer — The application usage

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
