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

# List WhatsApp Flows

`GET /api/public/whatsapp-flows`

Retrieve the WhatsApp Flows of the account, returning only their id and name, paginated with page/pageSize. Use the id to fetch flow responses.

## Query parameters

- `page` number
- `pageSize` number

## Headers

- `x-api-key` string, required

## Response `200`

Flows retrieved successfully.

- object
  - `items` object[]
    - `id` string
    - `name` string
  - `page` number
  - `pageSize` number
  - `total` number
  - `totalPages` number
  - `hasNextPage` boolean

## Other responses

- `401` — Invalid or missing API key.

---

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