Apps
Stream deploy logs (SSE)
Server-Sent Events stream of real-time deploy logs.
Sends cached logs first (catch-up), then subscribes to live log events via Redis pub/sub until the deploy reaches a terminal state.
get/v1/apps/{app_id}/deploys/{deploy_id}/logs/stream
Path parameters
app_idstring required
deploy_idstring required
Response
Successful Response
{"stackTrail":"paths:/v1/apps/{app_id}/deploys/{deploy_id}/logs/stream:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 34 revisions of this API.1
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○