---
title: "Run Workflow Blocking"
method: POST
path: "/wf/{workflow_id}/run/"
tags: ["workflow runs"]
---

# Run Workflow Blocking

`POST /wf/{workflow_id}/run/`

Run a workflow and return the outputs

## Path parameters

- `workflow_id` string, required

## Query parameters

- `run_type` string

## Request body

- StartRunRequestSchema
  - `initial_inputs` object, nullable
  - `parent_run_id` string, nullable
  - `files` object, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-12** `181efcea9e6e` — 1 info
  - endpoint added
- **2024-11-23** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pyspur-dev/apis/pyspur-api/changes/wf/:workflow_id/run/post.md)

---

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