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

## Changes

- **2026-09-10** `7122d0a09698` — 1 warning
  - added the new `analytics_panel` enum value to the `oneOf[#/components/schemas/PrivateUserMessageNewEvent]/message/context/origin` response property for the response status `200`
- **2026-08-21** `b40d30e43ad4` — 3 warning
  - added the new `auto_complex` enum value to the `oneOf[#/components/schemas/PrivateAgentMessageNewEvent]/message/modelResolutionMethod` response property for the response status `200`
  - added the new `auto_fast` enum value to the `oneOf[#/components/schemas/PrivateAgentMessageNewEvent]/message/modelResolutionMethod` response property for the response status `200`
  - added the new `fair_use_downgrade` enum value to the `oneOf[#/components/schemas/PrivateAgentMessageNewEvent]/message/modelResolutionMethod` response property for the response status `200`
- **2026-08-12** `4fcc65c8c098` — 1 breaking
  - added `#/components/schemas/PrivateAgentMessageConsumptionUpdatedEvent` to the response body `oneOf` list for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/dust-tt/apis/dust-api-documentation/changes/api/w/:wId/assistant/conversations/:cId/events/get.md)

---

[API](https://skmtc.dev/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.dev/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/dust-tt/apis/dust-api-documentation/revisions/574167d74720?raw)
