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

# Get flow version

`GET /whatsapp/flows/{flow_id}/versions/{version_id}`

Returns version details including the flow JSON.

## Response `200`

Success

- WhatsappFlowVersionDetailResponse
  - `data` WhatsappFlowVersionDetail, required
    - `id` string, uuid, required
    - `version_label` string, required — Version identifier
    - `status` 'draft' | 'published', required
    - `flow_json_sha` string, nullable — SHA256 hash of flow JSON
    - `published_at` string, date-time, nullable
    - `validation_errors` object[], nullable — Meta validation errors
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `flow_json` object — WhatsApp Flow JSON definition

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