Stream pipeline step execution logs (SSE)
Stream this pipeline step execution’s CloudWatch logs via SSE. The AWS account, region, log group, and stream prefix are resolved from the step execution’s persisted log metadata.
Path Parameters
Query Parameters
Start time for historical logs (ISO 8601). Defaults to the step execution's startedAt, falling back to createdAt.
End time for historical logs (ISO 8601). Defaults to 30 seconds after completedAt for completed steps, otherwise now. Ignored if tail=true.
If true, after fetching historical logs, switch to live tail mode for real-time streaming
Optional CloudWatch FilterPattern (e.g. "ERROR" or ""deploy_id":"abc"") applied to historical and live-tail events. Empty string disables filtering.