---
title: "Get workflow run status"
method: GET
path: "/workflows/runs/{run_id}"
---

# Get workflow run status

`GET /workflows/runs/{run_id}`

Retrieves the status and details of a workflow run

## Path parameters

- `run_id` string, required

## Response `200`

OK

- GetRunResponse
  - `created_at` string, date-time
  - `id` string, uuid
  - `input` object
  - `status` object
    - `completed_at` string, date-time
    - `error` string
    - `next_step` integer
    - `started_at` string, date-time
    - `state` integer
  - `workflow_key` string

---

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