---
title: "POST /api/workflows/{workflowId}/execute"
method: POST
path: "/api/workflows/{workflowId}/execute"
tags: ["workflows"]
---

# POST /api/workflows/{workflowId}/execute

`POST /api/workflows/{workflowId}/execute`

Execute a workflow

## Path parameters

- `workflowId` string, required

## Request body

- object
  - `input` object

## Response `200`

Workflow execution result

## Other responses

- `404` — Workflow not found

---

[API](https://skmtc.net/mastra-ai/apis/mastra-api.md) · [All operations](https://skmtc.net/mastra-ai/apis/mastra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mastra-ai/mastra-api/versions/c1a4e2745194/schema)
