---
title: "Changes to Get execution"
method: GET
path: "/v1/machines/{machine_id}/executions/{execution_id}"
---

# Changes to Get execution

`GET /v1/machines/{machine_id}/executions/{execution_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 8 revisions.

- **2026-05-12** `c756c361d33d` — 4 breaking, 2 warning
- **2026-04-01** `6a258bad8212` — 1 info

## Changes

- **2026-05-12** `c756c361d33d` — 4 breaking, 2 warning
  - for the `path` request parameter `execution_id`, the minLength was increased from `0` to `1`
  - for the `path` request parameter `machine_id`, the minLength was increased from `0` to `4`
  - added the pattern `^[A-Za-z0-9]([A-Za-z0-9._-]*[A-Za-z0-9])?$` to the `path` request parameter `execution_id`
  - 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 `execution_id`, the maxLength was set to `253`
  - for the `path` request parameter `machine_id`, the maxLength was set to `253`
- **2026-04-01** `6a258bad8212` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api/docs/v1/machines/:machine_id/executions/:execution_id/get.md) · [API](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api.md) · [Page](https://skmtc.dev/dedalus-labs/apis/dedalus-cloud-services-api/changes/v1/machines/:machine_id/executions/:execution_id/get)
