Private Events
Stream message events
Stream real-time events for a specific agent message using Server-Sent Events (SSE). Only available for agent messages. This endpoint is redirected to /api/sse/ for SSE traffic routing.
get/api/w/{wId}/assistant/conversations/{cId}/messages/{mId}/events
Path parameters
wIdstring required
ID of the workspace
cIdstring required
ID of the conversation
mIdstring required
ID of the message
Response
SSE event stream. Each event is sent as data: {json}\n\n. Events are discriminated by the type field. Each event payload also includes a step integer.