Stream real-time Server-Sent Events (SSE) for a workflow run
This endpoint streams real-time events for a workflow run using Server-Sent Events (SSE). It provides instant notifications as nodes start, produce output, and when the run completes — eliminating the need to poll the run status endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.noxus.ai/llms.txt
Use this file to discover all available pages before exploring further.
| 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.