Establishes a Server-Sent Events (SSE) stream that delivers real-time logs and status updates for a deployment. The stream terminates automatically once the deployment reaches a terminal state.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The deployment ID to follow.
Show logs since the given time (RFC timestamps or durations like 5m).
"2025-06-20T12:00:00Z"
SSE stream of deployment state updates and logs.
Union type representing any deployment event. A log entry from the application.