---
title: "Get execution output"
method: GET
path: "/v1/machines/{machine_id}/executions/{execution_id}/output"
tags: ["Machine Lifecycle", "Machine Executions"]
---

# Get execution output

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

## Path parameters

- `machine_id` string, required
- `execution_id` string, required

## Headers

- `X-Dedalus-Org-Id` string

## Response `200`

OK

- ExecutionOutputResponse
  - `execution_id` string, required
  - `stderr` string
  - `stderr_bytes` integer
  - `stderr_truncated` boolean
  - `stdout` string
  - `stdout_bytes` integer
  - `stdout_truncated` boolean

## Other responses

- `401` — Authentication required
- `403` — Forbidden
- `429` — Rate limited
- `503` — Dependency unavailable
- `default` — Error

---

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