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

# Get Full Global Workflow Object

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

Retrieves the complete global workflow object as a JSON string

## Path parameters

- `id` integer, required
- `executionId` integer, required

## Response `200`

Global workflow object retrieved successfully

## Other responses

- `403` — Access denied
- `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)
