---
title: "List flow responses"
method: GET
path: "/v1/whatsapp/flow-responses"
tags: ["WhatsApp Flows"]
---

# List flow responses

`GET /v1/whatsapp/flow-responses`

List the responses customers submitted when completing a flow (parsed from the
nfm_reply messages received via webhook), newest first. Scope to a single flow
with `flowId` — this matches responses whose flow_token carries the `<flowId>:`
prefix that Zernio stamps on auto-generated tokens at send time. Responses sent
with a custom integrator-supplied flow_token are not attributed to a flow.

## Query parameters

- `accountId` string, required
- `flowId` string
- `limit` integer

## Response `200`

Flow responses

- object
  - `responses` object[]
    - `id` string — Message ID
    - `receivedAt` string, date-time
    - `from` string, nullable — Sender wa_id / phone
    - `senderName` string, nullable
    - `conversationId` string, nullable
    - `flowToken` string, nullable
    - `data` object — Submitted field values (flow_token removed)
    - `raw` string, nullable — Raw response_json string

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