---
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-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`
- **2026-08-03** `c056bd9490bf` — 4 info
  - added the optional property `oneOf[#/components/schemas/PrivateAgentMessageNewEvent]/message/branchId` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PrivateCompactionMessageDoneEvent]/message/branchId` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PrivateCompactionMessageNewEvent]/message/branchId` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/PrivateUserMessageNewEvent]/message/branchId` to the response with the `200` status
- …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-service-production.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/aa52b0aedce0/schema)
