---
title: "Server-Sent Events stream"
method: GET
path: "/stream/events"
tags: ["sse-manual"]
---

# Server-Sent Events stream

`GET /stream/events`

Subscribe to real-time events using Server-Sent Events (SSE).
This endpoint streams events as they occur in the system.

**Note**: This endpoint uses Server-Sent Events which is not natively
supported by OpenAPI 3.1. Client code generation will not work for
this endpoint. Manual SSE client implementation is required using:
- JavaScript/TypeScript: Native EventSource API
- Go: r3labs/sse or similar SSE client library
- Other languages: Language-specific SSE client libraries

## Query parameters

- `eventTypes` EventType[]
- `sessionId` string
- `runId` string

## Response `200`

SSE event stream

---

[API](https://skmtc.dev/humanlayer/apis/humanlayer-daemon-rest-api.md) · [All operations](https://skmtc.dev/humanlayer/apis/humanlayer-daemon-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanlayer/humanlayer-daemon-rest-api/revisions/02da8cb8aa12/schema)
