---
title: "Stream resource events using Server-Sent Events"
method: GET
path: "/insight/aggregator/event/{cluster}/{namespace}/{name}"
tags: ["insight"]
---

# Stream resource events using Server-Sent Events

`GET /insight/aggregator/event/{cluster}/{namespace}/{name}`

This endpoint streams resource events in real-time using SSE. It supports event type filtering and automatic updates.

## Path parameters

- `cluster` string, required
- `namespace` string, required
- `name` string, required

## Query parameters

- `kind` string, required
- `apiVersion` string, required
- `type` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2024-12-13** `8f3cc250f8ec` — 1 info
  - endpoint added
- **2023-12-11** `2a20fa0acab4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kusionstack/apis/karpor/changes/insight/aggregator/event/:cluster/:namespace/:name/get.md)

---

[API](https://skmtc.dev/kusionstack/apis/karpor.md) · [All operations](https://skmtc.dev/kusionstack/apis/karpor/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kusionstack/karpor/revisions/d741ac56c269/schema)
