---
title: "Get Client Grid Filter Metadata"
method: GET
path: "/d360/event/graph"
tags: ["D360"]
---

# Get Client Grid Filter Metadata

`GET /d360/event/graph`

Retrieve a time-series graph of event metrics. Each timestamp includes
an array of event types with their respective counts. Only selected filters will be included in the response.

## Query parameters

- `deviceId` integer, required
- `startTime` integer, required
- `endTime` integer, required
- `filter` string[]

## Response `200`

OK

- EventGraphResponse
  - `timestamped_events_list` TimestampedEvents[]
    - `timestamp` integer — The timestamp of the event metric (Unix epoch in ms)
    - `events` EventCount[] — List of event types and their counts
      - `event_name` 'CRITICAL' | 'MAJOR' | 'MINOR' | 'INFO' | 'ACTIVE' | 'CLEAR' | 'ALL' | 'WARNING' — The name of the event type
      - `count` integer — Number of events of this type at the timestamp

---

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