---
title: "Retrieves the collection of CampaignReport resources."
method: GET
path: "/campaign_reports"
tags: ["CampaignReport"]
---

# Retrieves the collection of CampaignReport resources.

`GET /campaign_reports`

Retrieves the collection of CampaignReport resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

CampaignReport collection

- 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

---

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