---
title: "Retrieve Whatsapp Campaign info"
method: GET
path: "/tracking/campaign/{campaignTrackingId}"
---

# Retrieve Whatsapp Campaign info

`GET /tracking/campaign/{campaignTrackingId}`

Get the status of a specific campaign.

## Path parameters

- `campaignTrackingId` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `to` string
  - `from` string
  - `message` object
    - `text` string
  - `trackingId` string
  - `date` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
