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

---

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