Stream Active Deploy
streamActiveDeployGet the current or most recent deployment status for an app, with optional live streaming updates via server-sent events. Accepts workspace and app identifiers along with environment and region filters.
Instructions
Returns one {ts, deploy} frame: the active deploy if one is running, otherwise the most recent, and deploy is null when the app has never deployed. Sending Accept: text/event-stream instead follows it live, a frame every two seconds, closing after one terminal frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| region | No | ||
| appSlug | Yes | ||
| workspaceSlug | Yes |