---
title: "Execute Workflow As Admin"
method: POST
path: "/api/admin/dashboard/workflows/{workflow_id}/execute"
tags: ["Admin Dashboard"]
---

# Execute Workflow As Admin

`POST /api/admin/dashboard/workflows/{workflow_id}/execute`

Execute a team member's workflow as admin.
The execution is recorded under the admin's user ID.

## Path parameters

- `workflow_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/7a7c8e2b5afc/schema)
