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

# Export all Client Health Data to CSV

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

Export all Client Health Data to a CSV file.

## Query parameters

- `keyword` string
- `connectionStatus` 'CONNECTED' | 'DISCONNECTED' | 'UNKNOWN'
- `sortField` 'OPERATING_SYSTEM' | 'FREQUENCY' | 'SSID' | 'CONNECTION_STATUS' | 'ALIAS' | 'CLIENT_MAC' | 'CATEGORY_ASSIGNMENT' | 'USER_PROFILE' | 'CLIENT_IP' | 'CONNECTED_DEVICE_MAC' | 'ENCRYPTION' | 'IPV4' | 'IPV6' | 'VLAN' | 'RSSI' | 'SNR' | 'AIR_TIME' | 'CLIENT_DEVICE_ID' | 'RX_CLIENT_RETIRES' | 'TX_CLIENT_RETIRES' | 'AUTHENTICATION' | 'CLIENT_TYPE'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `includeUnassigned` boolean

## Request body

- XiqClientGridFilter — Request body for Client Grid Filter
  - `site_ids` integer[] — The site ids
  - `device_ids` integer[] — The device ids
  - `number_filter` XiqNumberFilter[] — The health status
    - `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
  - `alias` string[] — The aliases
  - `auth_methods` string[] — The authentication methods
  - `encryption_methods` string[] — The encryption methods
  - `operating_systems` string[] — The operating systems
  - `ssids` string[] — The SSIDs
  - `user_profiles` string[] — The user profile names
  - `frequency` string[] — The frequency
  - `category_assignments` string[] — The category assignments
  - `has_authentication_issues` boolean — Flag to check authentication issues
  - `has_association_issues` boolean — Flag to check association issues
  - `has_ip_address_issues` boolean — Flag to check ip address issues
  - `has_roaming_issues` boolean — Flag to check roaming issues
  - `is_client_unhealthy` boolean — Flag to check unhealthy clients
  - `client_type` string[] — The client types

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