---
title: "Get Decision Engine Flow"
method: GET
path: "/decision-engine/flow/{flowId}"
---

# Get Decision Engine Flow

`GET /decision-engine/flow/{flowId}`

Retrieve a decision engine flow by ID

## Path parameters

- `flowId` string, required

## Response `200`

Ok

- union
  - DecisionEngineFlow — Decision Engine Flow (Public API)
    - `id` string, required
    - `name` string, required
    - `workspaceId` number, double, required
    - `decisionEngineId` string, required
    - `audienceId` number, double, required
    - `status` string, required
    - `config` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - ValidateErrorJSON
    - `message` 'Validation failed', required
    - `details` object, required
  - 'Internal Server Error'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[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)
