---
title: "Get flows in the WhatsApp business account (WABA) associated to the project"
method: GET
path: "/v1/projects/{projectId}/whatsapp/flows"
tags: ["WhatsApp Flows"]
---

# Get flows in the WhatsApp business account (WABA) associated to the project

`GET /v1/projects/{projectId}/whatsapp/flows`

Retrieve the list of flows created in the WhatsApp business account (WABA) associated with the project.

## Path parameters

- `projectId` string, required

## Query parameters

- `pageToken` string
- `pageSize` number

## Response `200`

Flows

- WhatsappFlowListDto
  - `totalSize` number, required — Total size of the entries matching the search query.
  - `pageSize` number, required — Requested size of the page.
  - `previousPageToken` string — Encoded token to use in list request to fetch previous batch of entries.
  - `nextPageToken` string — Encoded token to use in list request to fetch next batch of entries.
  - `flows` WhatsappFlowDto[], required — List of flows in the WABA linked to the project.
    - `id` string, required — Unique identifier for the flow.
    - `name` string, required — Name of the flow.
    - `status` 'FLOW_STATUS_DEPRECATED' | 'FLOW_STATUS_DRAFT' | 'FLOW_STATUS_PUBLISHED' | 'UNRECOGNIZED', required — Flow status.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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