---
title: "GET /api/v1/workflows/runs/{runId}"
method: GET
path: "/api/v1/workflows/runs/{runId}"
tags: ["workflows"]
---

# GET /api/v1/workflows/runs/{runId}

`GET /api/v1/workflows/runs/{runId}`

## Path parameters

- `runId` string, required

## Response `200`

Metadata for a single workflow run

- object
  - `id` string
  - `workflowId` string
  - `organizationId` string
  - `status` 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TERMINATED' | 'CONTINUED_AS_NEW' | 'TIMED_OUT' | 'UNKNOWN'
  - `startTime` string, date-time
  - `endTime` string, date-time, nullable
  - `temporalRunId` string, nullable
  - `workflowVersionId` string, nullable
  - `workflowVersion` number, nullable
  - `workflowName` string
  - `eventCount` number
  - `nodeCount` number
  - `duration` number
  - `triggerType` 'manual' | 'schedule' | 'api'
  - `triggerSource` string, nullable
  - `triggerLabel` string, nullable
  - `inputPreview` object
    - `runtimeInputs` object
    - `nodeOverrides` object

## Changes

- **2026-07-17** `cc60562ad9f3` — 1 info
  - added the optional property `organizationId` to the response with the `200` status
- **2025-12-08** `08fb21a4dc5c` — 4 info
  - added the optional property `inputPreview` to the response with the `200` status
  - added the optional property `triggerLabel` to the response with the `200` status
  - added the optional property `triggerSource` to the response with the `200` status
  - added the optional property `triggerType` to the response with the `200` status
- **2025-11-25** `e12bc023744d` — 8 breaking
  - the response property `duration` became optional for the status `200`
  - the response property `eventCount` became optional for the status `200`
  - the response property `id` became optional for the status `200`
  - the response property `nodeCount` became optional for the status `200`
  - …4 more
- **2025-11-25** `5c504eaa5350` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/workflows/runs/:runId/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
