latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-2112284441.9 KB

2e785b62895f

Private Events

Stream conversation events

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

get/api/w/{wId}/assistant/conversations/{cId}/events

Path parameters

wIdstring required

ID of the workspace

cIdstring required

ID of the conversation

Response

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