---
title: "Get Full Workflow Execution (External)"
method: GET
path: "/workflow/external/{id}/executions/{executionId}/full"
tags: ["external", "Workflows"]
---

# Get Full Workflow Execution (External)

`GET /workflow/external/{id}/executions/{executionId}/full`

Retrieves the complete untruncated workflow execution data using external API key authentication

## Path parameters

- `id` string, required
- `executionId` string, required

## Query parameters

- `api_key` string

## Headers

- `X-API-KEY` string

## Response `200`

Full workflow execution retrieved successfully

## Other responses

- `401` — Unauthorized
- `404` — Execution not found

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/versions/f0b9f895fdd8/schema)
