v46

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-0311978417.1 KB
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.