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

# Execute Workflow Async

`POST /workflow/execute/{workflowId}/async`

Triggers an asynchronous workflow execution. Returns immediately with an execution ID that can be used to poll for status and retrieve results. Use GET /workflow/{id}/executions/{executionId} to check status.

## Path parameters

- `workflowId` integer, required

## Query parameters

- `configuration_id` integer
- `start_from_step` integer
- `end_at_step` integer

## Response `202`

Workflow execution started

## Other responses

- `400` — Invalid parameters
- `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)
