---
title: "Get Workflow Run"
method: GET
path: "/workflows/runs/{run_id}"
tags: ["Workflows"]
---

# Get Workflow Run

`GET /workflows/runs/{run_id}`

## Path parameters

- `run_id` string, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- WorkflowRun — Represents a concrete execution of a *Workflow* against a document.
  - `id` string
  - `workflow_id` string, required
  - `document_id` string, required
  - `user_id` string, nullable
  - `app_id` string, nullable
  - `status` 'queued' | 'running' | 'completed' | 'failed' — Allowed status values for *WorkflowRun* objects.
  - `started_at` string, date-time, nullable
  - `completed_at` string, date-time, nullable
  - `results_per_step` object[]
  - `final_output` object, nullable
  - `error` string, nullable
  - `system_metadata` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/9ae5bfba3a15/schema)
