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

# Get Full Global Workflow Object (External)

`GET /workflow/external/{id}/executions/{executionId}/global-workflow-object`

Retrieves the complete global workflow object as a JSON string 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`

Global workflow object retrieved successfully

## Other responses

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

---

[API](https://skmtc.dev/laminar/apis/laminar-api.md) · [All operations](https://skmtc.dev/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/70095addbd58/schema)
