Skip to content

Status stream (SSE)

GET
/api/status/stream

Subscribe to a live Server-Sent Events stream of process status. Events are sent immediately on connect, on status changes, and every 2 seconds as a heartbeat. Each SSE message is a framed data: line containing a JSON-encoded ProcessStatusResponse. Error events use event: error with a plain-text data: payload.

SSE stream of framed event/data text messages. Each data line contains a JSON-encoded ProcessStatusResponse.

string