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

# Get Workflow Run

`GET /v1/public/workflows/runs/{run_id}`

## Path parameters

- `run_id` string, required

## Response `200`

OK

- PublicWorkflowRunResponse
  - `data` PublicWorkflowRunPayload, required
    - `run_id` string, required
    - `workflow_id` string, required
    - `workflow_history_id` string, nullable
    - `background_job_id` string, nullable
    - `status` string, required
    - `started_at` string, required
    - `completed_at` string, nullable
  - `message` string, required
  - `ctx_id` string, nullable

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
