Upgrade to a native lifecycle WebSocket stream
Upgrades the connection to a native sandbox lifecycle WebSocket stream.
Clients send a single active subscribe message per connection. A later
subscribe message replaces the previous filter set.
By default, the server performs bounded cursor replay followed by live
delivery. Set live_only=true to skip the initial replay. On reconnect,
clients can pass after_event_id from the last processed event to
replay missed committed events before returning to live delivery.
Client messages follow LifecycleStreamClientMessage. Server messages
follow LifecycleStreamServerMessage and carry the same
LifecycleEventInfo shape used by the REST lifecycle APIs.
Authorizations
API key passed as Bearer token
Response
Switching Protocols (WebSocket upgrade)