---
title: "GET /copilot/connectivity/wired/events"
method: GET
path: "/copilot/connectivity/wired/events"
tags: ["Copilot - Connectivity Experience"]
---

# GET /copilot/connectivity/wired/events

`GET /copilot/connectivity/wired/events`

## Query parameters

- `viewType` 'LOCATION', required
- `startTime` integer, required
- `endTime` integer, required
- `page` integer
- `limit` integer
- `sortBy` 'INTERFACE_ERRORS'
- `sortOrder` 'ASC' | 'DESC' — Sort Order
- `viewId` string
- `forensicBucket` 'TWENTY_FOUR_HOURS' | 'ONE_HOUR' | 'TODAY' | 'ONE_WEEK' | 'SEVEN_DAYS' | 'THIRTY_DAYS' | 'NINETY_DAYS', required
- `scoreType` 'PORT_ERRORS', required
- `searchKey` string
- `locationType` string
- `locationId` string
- `timestamp` integer

## Response `200`

OK

- PagedXiqWiredEventEntity
  - `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` XiqWiredEventEntity[] — The data in the current page
    - `device_id` string — the device id
    - `hostname` string — the host name
    - `interface_errors` number, double — the interface errors ratio
    - `maximum_errors` number, double — the maximum errors ratio
    - `mgmt_ip` string — the management ip
    - `port` string — the port
    - `serial_number` string — the device serial number

---

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