---
title: "Download the Reports"
method: POST
path: "/ng-reports/downloads/reports"
tags: ["NG Reports (Ondemand)"]
---

# Download the Reports

`POST /ng-reports/downloads/reports`

Download reports of Metrics

## Request body

- XiqXlsxNgReportsDataFilters — update action request
  - `metrics` XiqQoeDiagnosticsMetrics[] — The list of metrics
  - `site_ids` integer[], required — The list of Site Ids
  - `floor_ids` integer[], required — The list of Floor Ids
  - `building_ids` integer[], required — The list of Building Ids
  - `bands` XiqDiagnosticsBands[] — List of bands
  - `contypes` XiqQoeDiagnosticsConnTypes[] — List of Connection Types
  - `devicetypes` XiqQoeDiagnosticsDeviceTypes[] — List of device types
  - `vlan_ids` integer[] — The list of vlan Ids
  - `device_ids` integer[] — The list of device Ids
  - `ssids` string[] — The list of ssids
  - `user_names` string[] — The list of usernames
  - `client_macs` string[] — The list of client MACs
  - `port_nums` integer[] — The list of port numbers
  - `app_ids` integer[] — The list of application Ids
  - `channel_nums` integer[] — The list of channel numbers
  - `admin_roles` integer[] — The list of Admin Roles
  - `start_time` integer, required — Start Time in epoch millis
  - `end_time` integer, required — End Time in epoch millis
  - `export_data` boolean — export data
  - `search_parameter` string — search parameter
  - `async` boolean — LRO Call
  - `mode` 'SNAPSHOT' | 'AGG_SNAPSHOT' — Mode
  - `download_type` 'CSV' | 'XLSX' | 'PDF' — download Type
  - `limit` integer — limit of records
  - `page` integer — page number
  - `time_offset` integer — time offset
  - `os_types` string[]
  - `isSSIDSelected` boolean — is ssid filter applied
  - `isBandSelected` boolean — is band filter applied

## Response `200`

OK

- NgMetricsReport — ExtremeCloud IQ 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/revisions/5ff7ab84e8e8/schema)
