---
title: "Get CTWA conversions dataset"
method: GET
path: "/v1/whatsapp/dataset"
tags: ["WhatsApp"]
---

# Get CTWA conversions dataset

`GET /v1/whatsapp/dataset`

Returns the Meta Click-to-WhatsApp conversions dataset currently linked
to the WhatsApp account, if one has been provisioned. Reads only from
the stored `metadata.metaCapiDatasetId` — never hits Meta, never
creates a dataset. Use this to detect whether `POST /v1/whatsapp/conversions`
is configured for an account.

## Query parameters

- `accountId` string, required

## Response `200`

Dataset lookup

- object
  - `datasetId` string, nullable — Meta dataset ID linked to the WABA, or null if not provisioned yet

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