---
title: "Get workflow run status"
method: GET
path: "/v1/workflowRun/{runId}/status"
---

# Get workflow run status

`GET /v1/workflowRun/{runId}/status`

Returns the current status of a workflow run.

## Path parameters

- `runId` string, required — Unique identifier of the workflow run.

## Response `200`

OK

- WorkflowRunStatusResponse
  - `status` string, required — Current status of the workflow run (e.g. `running`, `completed`, `failed`).

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

## Changes

- **2026-03-19** `042cf0ea6edd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lightfld/apis/api-reference/changes/v1/workflowRun/:runId/status/get.md)

---

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