Executions
Stream execution status changes (Server-Sent Events)
Emits one SSE event per status change. Each event payload is an ExecutionStatusSummary. The stream closes when the execution reaches a terminal status (success / failed / error). Implementation polls the DB on a short interval (default 1s); override with ?interval= (max enforced server-side).
get/executions/{id}:stream
Query parameters
intervalstring
Poll interval as a Go-style duration (e.g., 500ms, 2s). Default 1s.
Response
SSE stream of execution status updates.