---
title: "Device health statistics"
method: POST
path: "/dashboard/devices"
tags: ["Dashboard"]
---

# Device health statistics

`POST /dashboard/devices`

Returns the count of total devices, total unhealthy devices, wired unhealthy devices, and wireless unhealthy devices 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

- XiqDeviceHealthDashboard — The device health diagnostic data for total, unhealthy, wired, and wireless unhealthy devices.
  - `total_devices` integer — Total count of devices
  - `total_unhealthy_devices` integer — Total count of unhealthy devices
  - `wired_unhealthy_devices` integer — Count of wired unhealthy devices
  - `wireless_unhealthy_devices` integer — Count of wireless unhealthy devices

---

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