---
title: "Detalhe de uma campanha com métricas"
method: GET
path: "/v1/campaigns/{id}"
tags: ["campaigns"]
---

# Detalhe de uma campanha com métricas

`GET /v1/campaigns/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Detalhe

- CampaignDetailResponse
  - `id` string, uuid, required
  - `name` string, required
  - `status` string, required
  - `templateName` string, required
  - `templateBody` string, nullable
  - `totalMessages` integer, required
  - `sentCount` integer, required
  - `deliveredCount` integer, required
  - `readCount` integer, required
  - `clickedCount` integer, required
  - `convertedCount` integer, required
  - `convertedValue` number, float, required
  - `totalCost` number, float, required
  - `scheduledAt` string, date-time, nullable
  - `startedAt` string, date-time, nullable
  - `finishedAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable

## Other responses

- `401` — Token ausente ou inválido
- `404` — Recurso não encontrado

## Changes

- **2026-05-25** `4e426b85f784` — 1 breaking, 4 warning, 22 info
  - the `totalCost` response's property format changed from `decimal` to `float` for status `200`
  - removed the optional property `failedMessages` from the response with the `200` status
  - removed the optional property `internalId` from the response with the `200` status
  - removed the optional property `organizationId` from the response with the `200` status
  - …23 more

[Change history](https://skmtc.dev/ararahq/apis/ararahq-api/changes/v1/campaigns/:id/get.md)

---

[API](https://skmtc.dev/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.dev/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
