---
title: "GET /copilot/anomalies/locations"
method: GET
path: "/copilot/anomalies/locations"
tags: ["Copilot - Anomalies"]
---

# GET /copilot/anomalies/locations

`GET /copilot/anomalies/locations`

## Query parameters

- `anomalyType` 'POE_STABILITY' | 'DFS_RECURRENCE' | 'ADVERSE_TRAFFIC' | 'PORT_EFFICIENCY' | 'WIFI_CAPACITY' | 'WIFI_EFFICIENCY' | 'HARDWARE_HEALTH' | 'MISSING_VLAN' — The anomaly Type
- `page` integer
- `limit` integer
- `sortField` 'LOCATION' | 'SEVERITY' | 'TIME' | 'CATEGORY' | 'ANOMALY_TYPE' | 'DEVICE_NAME' | 'MUTED'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `excludeMuted` boolean

## Response `200`

OK

- XiqCopilotPagedXiqAnomalyLocationEntity
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqAnomalyLocationEntity[] — The data in the current page
    - `location_type` 'SITE' | 'BUILDING' | 'FLOOR' — the location type
    - `location_ids` integer[] — the location id
    - `building_id` integer — the building id
    - `location_name` string — the location name
    - `pinned` boolean — is location pinned
    - `muted` boolean — the location muted
    - `severity` 'NONE' | 'LOW' | 'MEDIUM' | 'HIGH'
    - `severity_id` integer — the severity id
    - `summary` string — the anomaly summary
    - `affected_device_count` integer — the affected number of devices
    - `last_detected_time` integer — the last detected time
    - `anomaly_type` 'POE_STABILITY' | 'DFS_RECURRENCE' | 'ADVERSE_TRAFFIC' | 'PORT_EFFICIENCY' | 'WIFI_CAPACITY' | 'WIFI_EFFICIENCY' | 'HARDWARE_HEALTH' | 'MISSING_VLAN' — The anomaly Type
  - `summary` string — The summary
  - `affected_count` XiqAnomalyAffectedCount — Copilot Anomalies Affected count
    - `total_anomaly_count` integer, required — The total anomaly count
    - `affected_location_count` integer, required — The affected location count
    - `affected_devices_count` integer, required — The affected devices count

---

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