---
title: "Get Single campaign"
method: GET
path: "/v1/campaigns/{id}"
tags: ["Campaigns"]
---

# Get Single campaign

`GET /v1/campaigns/{id}`

## Response `200`

OK

- CampaignResponseWrapperDto
  - `data` object
    - `user_id` string — Unique identifier of the user who initiated the campaign
    - `id` string, uuid — Unique identifier of the campaign
    - `sender` string — Name (unique identifier) of the sender
    - `account_id` string, uuid — Unique identifier of the account
    - `template_id` string, uuid — Unique identifier of the template
    - `audience_id` string, uuid — Unique identifier of the audience
    - `name` string — Unique name of the campaign
    - `status` 'in_progress' | 'completed' | 'scheduled' | 'canceled' — Status of the campaign. Enumeration values [in_progress, completed, scheduled, canceled]
    - `channel` 'SMS' | 'VIBER' | 'WHATSAPP' — Channel of the campaign. Enumeration values [SMS, VIBER, WHATSAPP]
    - `schedule` string, date-time — Schedule date of the campaign in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `create_date` string, date-time — Creation date of the campaign in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `update_date` string, date-time — Update date of the campaign in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `messages` object — Campaign message details
      - `total` integer — Total amount of messages
      - `delivered` integer — Delivered amount of messages
      - `failed` integer — Failed amount of messages
    - `links` object
      - `self` string — URL of the requested resource
      - `account` string — URL of the account
      - `template` string — URL of the template
      - `audience` string — URL of the audience

## Other responses

- `404` — **Not Found:** Code Message 1601 Campaign is not found

---

[API](https://skmtc.net/dexatel/apis/verify-apis.md) · [All operations](https://skmtc.net/dexatel/apis/verify-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dexatel/verify-apis/revisions/a924257f431d/schema)
