Skip to content

Stream execution updates via SSE

GET
/pipeline-executions/{executionId}/stream

Server-sent events stream for real-time pipeline execution updates. Immediately sends current state on connect, then streams updates as they occur. Automatically closes when execution reaches terminal state (succeeded/failed/cancelled). Connection timeout: 5 minutes.

executionId
required

Unique identifier of the execution to retrieve

string

Unique identifier of the execution to retrieve

Server-sent events stream

string

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean