v11

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-023710598.2 KB
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.