---
title: "Watch machine lifecycle status"
method: GET
path: "/v1/machines/{machine_id}/status/stream"
tags: ["Machine Lifecycle"]
---

# Watch machine lifecycle status

`GET /v1/machines/{machine_id}/status/stream`

Streams machine lifecycle updates over Server-Sent Events. Each `status` event contains a full `LifecycleResponse` payload. The stream closes after the machine reaches its current desired state.

## Path parameters

- `machine_id` string, required

## Headers

- `X-Dedalus-Org-Id` string, uuid
- `Last-Event-ID` string

## Response `200`

Server-Sent Event stream (`text/event-stream`) of machine lifecycle updates.

## Other responses

- `401` — Authentication required
- `403` — Forbidden

---

[API](https://skmtc.net/dedaluslabs/apis/dedalus-cloud-services-api.md) · [All operations](https://skmtc.net/dedaluslabs/apis/dedalus-cloud-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dedaluslabs/dedalus-cloud-services-api/versions/3ea9da83cd8c/schema)
