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

# List flows

`GET /whatsapp/flows`

Returns WhatsApp flows in your project, most recent first.

## Query parameters

- `status` 'draft' | 'published'
- `business_account_id` string
- `phone_number_id` string
- `name_contains` string
- `created_after` string, date-time
- `created_before` string, date-time
- `per_page` integer
- `page` integer

## Response `200`

Success

- WhatsappFlowListResponse
  - `data` WhatsappFlow[], required
    - `id` string, uuid, required
    - `meta_flow_id` string, required — Meta's flow identifier
    - `name` string, required
    - `status` 'draft' | 'published', required
    - `json_version` string, nullable — WhatsApp Flow JSON version
    - `data_api_version` string, nullable — Data API version for the flow
    - `business_account_id` string, nullable — WhatsApp Business Account ID
    - `preview_url` string, uri, nullable — Meta preview URL (draft flows only)
    - `published_at` string, date-time, nullable
    - `last_synced_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `data_endpoint_function_id` string, uuid, nullable — ID of the associated data endpoint function
    - `phone_number_id` string, nullable — Meta phone number ID associated with this flow
    - `data_endpoint_url` string, uri, nullable — Data endpoint URL when configured
    - `has_data_endpoint` boolean — Whether data endpoint is fully configured
    - `flows_encryption_configured` boolean — Whether flows encryption is set up
  - `meta` PaginationMeta, required
    - `page` integer, required
    - `per_page` integer, required
    - `total_pages` integer, required
    - `total_count` integer, required

## Other responses

- `401` — Missing or invalid API key

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/versions/18ff5548a33f/schema)
