Stream real-time Server-Sent Events (SSE) for a workflow run
| Type | Description |
|---|---|
content | Node status changes and streaming output. Contains id (node ID), status, and optionally content (text output). |
state | Run progress state. Contains progress_details and overall status. |
workflow_status set to "completed" or "failed".
etag query parameter with a redisId value from a previous event to resume streaming from that point. This is useful for recovering from connection drops.