Stream execution updates via SSE
GET /pipeline-executions/{executionId}/stream
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” executionId
required
Unique identifier of the execution to retrieve
string
Unique identifier of the execution to retrieve
Responses
Section titled “ Responses ”Server-sent events stream
string
Unauthorized - Authentication required or invalid token
object
error
required
string
code
string
details
retryable
boolean
Forbidden - Insufficient permissions
object
error
required
string
code
string
details
retryable
boolean
Not Found - Resource does not exist
object
error
required
string
code
string
details
retryable
boolean