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

# Get Execution Status

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

Lightweight endpoint to check execution status for async polling. Returns only status information without full execution details.

## Path parameters

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

## Response `200`

Execution status retrieved successfully

## Other responses

- `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)
