---
title: "List flows"
method: GET
path: "/v1/whatsapp/flows"
tags: ["WhatsApp Flows"]
---

# List flows

`GET /v1/whatsapp/flows`

List all WhatsApp Flows for the Business Account (WABA) associated with the given account.

## Query parameters

- `accountId` string, required

## Response `200`

Flows retrieved

- object
  - `success` boolean
  - `flows` object[]
    - `id` string
    - `name` string
    - `status` 'DRAFT' | 'PUBLISHED' | 'DEPRECATED' | 'BLOCKED' | 'THROTTLED'
    - `categories` string[]
    - `validation_errors` object[]
    - `version` integer — 1-based version within the flow's clone lineage (Zernio-tracked; Meta has no native versioning). Standalone flows are version 1.
    - `lineageId` string — Stable group key for the flow's version lineage (the root flow's ID).

## Other responses

- `400` — WABA ID not found on account
- `401` — Unauthorized
- `404` — WhatsApp account not found

---

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