---
title: "Retrieves a CampaignReport resource."
method: GET
path: "/campaign_reports/{id}"
tags: ["CampaignReport"]
---

# Retrieves a CampaignReport resource.

`GET /campaign_reports/{id}`

Retrieves a CampaignReport resource.

## Path parameters

- `id` string, required

## Response `200`

CampaignReport resource

- CampaignReport
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string
  - `campaignName` string, nullable
  - `type` string, nullable
  - `emailsSent` integer, nullable
  - `unsubscribed` integer, nullable
  - `sendTime` string, date-time, nullable
  - `hardBounces` integer, nullable
  - `softBounces` integer, nullable
  - `totalOpens` integer, nullable
  - `uniqueOpens` integer, nullable
  - `openRate` string, nullable
  - `totalClicks` integer, nullable
  - `uniqueClicks` integer, nullable
  - `fowards` integer, nullable

## Other responses

- `404` — Resource not found

---

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