---
title: "Stream conversation events"
method: GET
path: "/api/w/{wId}/assistant/conversations/{cId}/events"
tags: ["Private Events"]
---

# Stream conversation events

`GET /api/w/{wId}/assistant/conversations/{cId}/events`

Stream real-time conversation events using Server-Sent Events (SSE). This endpoint is redirected to /api/sse/ for SSE traffic routing.

## Path parameters

- `wId` string, required
- `cId` string, required

## Response `200`

SSE event stream. Each event is sent as `data: {json}\n\n`.
Events are discriminated by the `type` field.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/3b0c536fa818/schema)
