---
title: "[LRO] Export RM devices data to CSV"
method: POST
path: "/devices/rm-devices-page/export"
tags: ["Device"]
---

# [LRO] Export RM devices data to CSV

`POST /devices/rm-devices-page/export`

Export RM devices data to a CSV file.

## Query parameters

- `keyword` string
- `connected` boolean
- `adminStates` XiqDeviceAdminState[]
- `deviceCategory` 'WIRED' | 'WIRELESS'
- `sortField` 'HOSTNAME' | 'MAC' | 'SN' | 'CONNECTION_STATUS' | 'OS' | 'PRODUCT_TYPE' — RM Device List Sort fields
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `deviceTypes` XiqDeviceType[]
- `configMismatch` boolean
- `timezoneOffset` integer
- `async` boolean
- `includeUnassigned` boolean
- `copilotLicenseStatuses` XiqCopilotLicenseStatus[]

## Request body

- XiqRmDeviceListRequest — Request body for RM Device List
  - `site_ids` integer[] — List of site ids to filter
  - `sns` string[] — List of device serial numbers to filter
  - `mac_addresses` string[] — List of device MAC addresses to filter
  - `hostnames` string[] — List of device host names to filter
  - `default_gateway_ips` string[] — List of device default gateway IPs to filter
  - `product_types` string[] — List of device product types to filter
  - `firmware_versions` string[] — List of device firmware versions to filter
  - `country_codes` integer[] — List of country codes to filter
  - `managed_by` string[] — List of entities managing the device to filter
  - `display_managed_by` string[] — List of display values for 'Managed By' shown only in EP1
  - `network_policies` string[] — List of network policies to filter
  - `eth_uplink_speed_filters` XiqRmDeviceEthUplinkSpeedFilter[] — Filter by Eth uplink speed filter
    - `eth_uplink_speed` 'ETH0' | 'ETH1' — The Eth Uplink Speed
    - `filter_type` 'GT' | 'GTE' | 'LT' | 'LTE' | 'EQ' | 'NEQ' | 'BTW' — The filter type
    - `constant_value` 'VAUTO' | 'V10' | 'V100' | 'V1000' | 'V10000' | 'V100000' | 'V44' | 'V155' | 'V622' | 'V2500' | 'V5000' | 'V20000' | 'V25000' | 'V40000' | 'V50000' — The constant value
    - `data_unit` 'KBPS' | 'MBPS' | 'GBPS' — The data unit of eth speed
  - `device_icons_filter` XiqRmDeviceIconsFilter — Filter criteria for device icons
    - `anchor_ap` boolean — Filter by Anchor AP status
    - `locally_managed` boolean — Filter by Locally Managed status
    - `device_update_unsuccessful` boolean — Filter by Device Update Unsuccessful status
    - `provisioned_device` boolean — Filter by Provisioned Device status
    - `configuration_roll_back` boolean — Filter by Configuration Rollback status
    - `undetermined` boolean — Filter by Undetermined status
    - `configured_at_device_level` boolean — Filter by Configured at Device Level status
    - `switch_stack` boolean — Filter by Switch Stack status
    - `switch_stack_warning` boolean — Filter by Switch Stack Warning status
    - `radsec_proxy_server` boolean — Filter by RadSec Proxy Server status
    - `sensor_mode_interface` boolean — Filter by Sensor Mode Interface status
    - `spectrum_intelligence` boolean — Filter by Spectrum Intelligence status
    - `fabric_attach` boolean — Filter by Fabric Attach status
    - `fabric_attach_issue` boolean — Filter by Fabric Attach Issue status
    - `digital_twin` boolean — Filter by Digital Twin status
    - `managed_by_extreme_iot` boolean — Filter by Managed by Extreme IoT status
    - `configuration_pending` boolean — Filter by Configuration Pending status

## Response `200`

OK

- XiqRmDeviceListExport — Report ID for downloading Export CSV file
  - `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)
