---
title: "Export all Wireless Usage Capacity Data to CSV"
method: POST
path: "/dashboard/wireless/usage-capacity/export"
tags: ["Dashboard Wireless Usage and Capacity"]
---

# Export all Wireless Usage Capacity Data to CSV

`POST /dashboard/wireless/usage-capacity/export`

Export all Wireless Usage Capacity  Data to a CSV file.

## Query parameters

- `keyword` string
- `sortField` 'HOSTNAME' | 'SITE' | 'RADIO_2DOT4G_UTILIZATION_SCORE' | 'RADIO_5G_UTILIZATION_SCORE' | 'RADIO_6G_UTILIZATION_SCORE' | 'WIFI0_RETRY_SCORE' | 'WIFI1_RETRY_SCORE' | 'WIFI2_RETRY_SCORE' | 'WIFI0_PACKET_LOSS' | 'WIFI1_PACKET_LOSS' | 'WIFI2_PACKET_LOSS' | 'ETH0_UNICAST_SCORE' | 'ETH0_BROADCAST_SCORE' | 'ETH0_MULTICAST_SCORE' | 'ETH1_UNICAST_SCORE' | 'ETH1_BROADCAST_SCORE' | 'ETH1_MULTICAST_SCORE' | 'WIFI0_INTERFERENCE_SCORE' | 'WIFI1_INTERFERENCE_SCORE' | 'WIFI2_INTERFERENCE_SCORE' | 'WIFI0_NOISE' | 'WIFI1_NOISE' | 'WIFI2_NOISE' | 'TOTAL_ETH0_SCORE' | 'TOTAL_ETH1_SCORE'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `includeUnassigned` boolean

## Request body

- XiqUsageAndCapacityGridFilter — Request body for Usage and Capacity Filter
  - `site_ids` integer[] — List of site ids
  - `device_ids` integer[] — List of device ids
  - `building_ids` integer[] — List of building ids
  - `buildings` string[] — List of buildings
  - `floors` string[] — List of floors
  - `has_usage_capacity_issues` boolean — Flag to filter usage capacity issues
  - `number_filters` XiqNumberFilter[] — List of number filters
    - `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
  - `has_packet_loss_issues` boolean — Flag to filter packet loss issues
  - `has_retries_issues` boolean — Flag to filter retry issues

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