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

# Get data endpoint

`GET /whatsapp/flows/{flow_id}/data_endpoint`

Get the data endpoint function configuration for a flow.

## Response `200`

Success

- WhatsappFlowDataEndpointResponse
  - `data` WhatsappFlowDataEndpoint, required
    - `function_id` string, uuid, required
    - `function_name` string, required
    - `endpoint_url` string, uri, nullable
    - `status` 'draft' | 'deployed' | 'error', required
    - `last_deployed_at` string, date-time, nullable
    - `code` string — Function source code

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — No data endpoint configured

---

[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/revisions/18ff5548a33f/schema)
