Stream Workflow Run Events (SSE)
Workflows
Stream Workflow Run Events (SSE)
Real-time event stream via Server-Sent Events.
Features:
- Streams all historical events first, then live events
- Supports resumable connections via
Last-Event-IDheader - Clients reconnecting will catch up from the last seen sequence number
Usage:
- First connection: Receives all historical events, then live events
- Reconnection: Send
Last-Event-ID: <seq>header to resume from that point
GET
Stream Workflow Run Events (SSE)
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Path Parameters
Configuration ID
Run ID
Response
Successful Response

