---
title: "List Decision Engine Flows"
method: GET
path: "/decision-engine/flows"
---

# List Decision Engine Flows

`GET /decision-engine/flows`

List decision engine flows in the workspace

## Query parameters

- `name` string
- `limit` number, double
- `offset` number, double
- `orderBy` 'id' | 'name'

## Response `200`

Ok

- union
  - object
    - `hasMore` boolean, required
    - `data` DecisionEngineFlow[], required
      - `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

---

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