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

# List the TopN clients for a application

`GET /applications/{id}/clients/top{n}`

List the TopN clients by usage for a specific application.

## Path parameters

- `id` integer, required
- `n` integer, required

## Query parameters

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

## Response `200`

OK

- XiqApplicationTopClientsUsage[]
  - `application_id` integer — The application ID
  - `client_id` integer — The TOP N client ID
  - `client_mac_address` string — The MAC address of TOP N client
  - `client_host_name` string — The host name of TOP N client
  - `usage` integer — The TOP N client 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)
