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

# Get Execution Result (External)

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

Returns only the result of the last step using API key authentication. Returns 202 Accepted if execution is still in progress.

## Path parameters

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

## Query parameters

- `api_key` string

## Headers

- `X-API-KEY` string

## Response `200`

Execution result retrieved successfully

## Other responses

- `202` — Execution still in progress
- `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)
