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

# Get Execution Result

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

Returns only the result of the last step, matching the sync execution response format. Returns 202 Accepted if execution is still in progress.

## Path parameters

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

## Response `200`

Execution result retrieved successfully

## Other responses

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