---
title: "Client health statistics"
method: POST
path: "/dashboard/clients"
tags: ["Dashboard"]
---

# Client health statistics

`POST /dashboard/clients`

Returns the count of total clients, total unhealthy clients, wired unhealthy clients, and wireless unhealthy clients based on the provided filters.You can filter the results by sites.

## Query parameters

- `includeUnassigned` boolean

## Request body

- XiqDashboardFilter — Request body for Alert Diagnostics Filter
  - `site_ids` integer[] — List of site ids

## Response `200`

OK

- XiqClientHealthDashboard — The client health diagnostic data for total clients, unhealthy clients, wired, and wireless unhealthy clients.
  - `total_clients` integer — Total count of clients
  - `total_unhealthy_clients` integer — Total count of unhealthy clients
  - `wired_unhealthy_clients` integer — Count of wired unhealthy clients
  - `wireless_unhealthy_clients` integer — Count of wireless unhealthy clients

---

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