---
title: "Export all Wireless Device Health Data to CSV"
method: POST
path: "/dashboard/wireless/device-health/export"
tags: ["Dashboard Wireless Device Health"]
---

# Export all Wireless Device Health Data to CSV

`POST /dashboard/wireless/device-health/export`

Export all Wireless Device Health Data to a CSV file.

## Query parameters

- `keyword` string
- `sortField` 'HOSTNAME' | 'SITE' | 'CPU_USAGE_PERCENTAGE' | 'MEMORY_USAGE_PERCENTAGE' | 'TOTAL_ETH0_SCORE' | 'TOTAL_ETH1_SCORE'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `includeUnassigned` boolean

## Request body

- XiqWirelessDeviceHealthGridFilter — Request body for Wireless Device Health Grid Filter
  - `site_ids` integer[] — List of site ids
  - `device_ids` integer[] — List of device ids
  - `has_device_health_issues` boolean — Flag to filter device health issue
  - `has_poe_issues` boolean — Flag to filter poe issue
  - `number_filter` XiqNumberFilter[] — Object of CPU Usage Percentage
    - `column_name` string — The column name
    - `filter_type` 'GT' | 'GTE' | 'LT' | 'LTE' | 'EQ' | 'NEQ' | 'BTW' | 'BLANK' | 'NOT_BLANK' — The filter type
    - `value` integer — The value
    - `min` integer — The minimum value
    - `max` integer — The maximum value

## Response `200`

OK

- XiqMetricReport — ExtremeCloud IQ Xiq report
  - `id` string, required — The reportId

---

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