---
title: "Get workflow run status"
method: GET
path: "/workflow-runs/{runId}"
tags: ["Workflows"]
---

# Get workflow run status

`GET /workflow-runs/{runId}`

Retrieves the status and details of a workflow run

## Path parameters

- `runId` string, required

## Response `200`

Workflow run details

- WorkflowRunDetailResponse
  - `run` object
    - `id` string
    - `workflow_id` string
    - `status` string
    - `current_step` string
    - `steps` object[]
      - `name` string
      - `status` string
      - `started_at` string, date-time
      - `completed_at` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Workflow run not found

---

[API](https://skmtc.dev/cloudshipai/apis/station-dynamic-agent-mcp-api.md) · [All operations](https://skmtc.dev/cloudshipai/apis/station-dynamic-agent-mcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudshipai/station-dynamic-agent-mcp-api/revisions/ebdd92944c61/schema)
