---
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

## Changes

- **2026-05-12** `c756c361d33d` — 2 breaking, 1 warning, 1 info
  - for the `path` request parameter `machine_id`, the minLength was increased from `0` to `4`
  - added the pattern `^dm-[a-z0-9]([a-z0-9-]*[a-z0-9])?$` to the `path` request parameter `machine_id`
  - for the `path` request parameter `machine_id`, the maxLength was set to `253`
  - added the required property `autosleep_seconds` to the response with the `200` status
- **2026-04-01** `6a258bad8212` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api/changes/v1/machines/:machine_id/status/stream/get.md)

---

[API](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api.md) · [All operations](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dedalus-labs/dedalus-cloud-services-api/revisions/e76f392b92b7/schema)
