---
title: "Execute Workflow"
method: POST
path: "/workflow/execute/{workflowId}"
tags: ["Workflows"]
---

# Execute Workflow

`POST /workflow/execute/{workflowId}`

Executes a workflow with optional request body and configuration. Supports starting from a specific step or ending at a specific step. If no start or end step is provided, the workflow will run to completion.

## Path parameters

- `workflowId` integer, required

## Query parameters

- `configuration_id` integer
- `start_from_step` integer
- `end_at_step` integer
- `response_type` string

## Response `200`

Workflow executed successfully

## Other responses

- `400` — Execution failed
- `401` — Unauthorized

---

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