---
title: "Trigger Decision Engine Flow Run"
method: POST
path: "/decision-engine/flow/{flowId}/run"
---

# Trigger Decision Engine Flow Run

`POST /decision-engine/flow/{flowId}/run`

Trigger a decision engine run for a specific flow

## Path parameters

- `flowId` string, required

## Response `200`

Ok

- union
  - DecisionEngineRunResponse
    - `flowsEnqueued` number, double, required — Number of flows that were enqueued for execution
  - ValidateErrorJSON
    - `message` 'Validation failed', required
    - `details` object, required
  - 'Internal Server Error'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Something went wrong

---

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