Stream pipeline step execution logs (SSE)
PipelineStepExecutions
Stream pipeline step execution logs (SSE)
Stream this pipeline step execution’s CloudWatch logs via SSE. GET /pipeline-step-executions//logs/stream in the Ravion API reference.
GET
Stream pipeline step execution logs (SSE)
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.