# List published WhatsApp Flows

**GET** `/inboxes/{id}/whatsapp/flows`

Returns published Meta WhatsApp Flows available for this inbox.

Authentication: bearerAuth
Required scopes: `inbox:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List published WhatsApp Flows for an inbox.

## Parameters

- `id` (path string, required)
- `pageSize` (query integer, optional) - Number of Flows to request from Meta. Defaults to 100 and is capped at 1000.
- `pageToken` (query string, optional) - Token returned as `nextPageToken` from the previous page.

## Responses

- `200`: List of published WhatsApp Flows
- `default`: Error
