---
title: "Get flow"
method: GET
path: "/whatsapp/flows/{flow_id}"
tags: ["WhatsApp Flows"]
---

# Get flow

`GET /whatsapp/flows/{flow_id}`

## Response `200`

Success

- WhatsappFlowResponse
  - `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

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found

---

[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)
