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

# GET /copilot/anomalies/anomalies-by-category

`GET /copilot/anomalies/anomalies-by-category`

## Query parameters

- `anomalyType` 'POE_STABILITY' | 'DFS_RECURRENCE' | 'ADVERSE_TRAFFIC' | 'PORT_EFFICIENCY' | 'WIFI_CAPACITY' | 'WIFI_EFFICIENCY' | 'HARDWARE_HEALTH' | 'MISSING_VLAN'
- `startTime` integer, required
- `endTime` integer, required
- `buildingId` integer
- `severity` 'NONE' | 'LOW' | 'MEDIUM' | 'HIGH'
- `excludeMuted` boolean

## Response `200`

OK

- XiqCopilotAnomaliesByCategory — Copilot Anomalies Data by Category
  - `anomalies_by_location` XiqAnomaliesSiteEntity[] — The total anomalies by location
    - `building_id` integer — the location type
    - `location_name` string — the location type
    - `anomalies_count_by_location` integer — the location type
  - `anomalies_by_severity` XiqAnomaliesSeverityEntity — Copilot Anomalies By Severity
    - `low_severity_anomalies_count` integer — Anomalies count with low severity
    - `medium_severity_anomalies_count` integer — Anomalies count with medium severity
    - `high_severity_anomalies_count` integer — Anomalies count with high severity
    - `anomalies_count_by_severity` integer — Total Anomalies count by severity
  - `anomalies_by_type` XiqAnomaliesTypeEntity[] — The total anomalies by type
    - `anomaly_type` 'POE_STABILITY' | 'DFS_RECURRENCE' | 'ADVERSE_TRAFFIC' | 'PORT_EFFICIENCY' | 'WIFI_CAPACITY' | 'WIFI_EFFICIENCY' | 'HARDWARE_HEALTH' | 'MISSING_VLAN'
    - `anomalies_count_by_type` integer — Anomalies count with low severity

---

[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/242a0e1b1b40/schema)
