---
title: "Get flow JSON asset"
method: GET
path: "/v1/whatsapp/flows/{flowId}/json"
tags: ["WhatsApp Flows"]
---

# Get flow JSON asset

`GET /v1/whatsapp/flows/{flowId}/json`

Get the flow JSON asset metadata, including a temporary download URL for the Flow JSON file.

## Path parameters

- `flowId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Flow JSON asset

- object
  - `success` boolean
  - `assets` object[]
    - `name` string
    - `asset_type` string
    - `download_url` string — Temporary URL to download the flow JSON

## Other responses

- `401` — Unauthorized
- `404` — WhatsApp account not found

---

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