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.