v46

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