---
title: "Get campaign performance statistics"
method: GET
path: "/campaigns/{id}/stats"
tags: ["Campaigns"]
---

# Get campaign performance statistics

`GET /campaigns/{id}/stats`

Returns sent count, open/click/bounce/unsubscribe/spam counts and rates

## Response `200`

Successful response

- CampaignStats
  - `sent_count` integer
  - `unique_open_count` integer
  - `unique_click_count` integer
  - `unsubscribe_count` integer
  - `bounce_count` integer
  - `spam_count` integer
  - `open_rate` number, float
  - `click_rate` number, float
  - `unsubscribe_rate` number, float
  - `bounce_rate` number, float
  - `spam_rate` number, float

## Other responses

- `403` — Forbidden. Most often an ownership/authorization failure (Laravel's default `{"message": "..."}` shape). If the account is restricted by SendFox, the response instead carries the structured `account_restricted` body with a link to the account status page.
- `404` — Campaign not found

---

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