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

# Get campaign statistics

`GET /campaigns/{campaign_id}/stats`

Retrieve aggregated statistics for a specific campaign.

    Returns contact-level counts (total, completed, failed, pending, in-progress,
    skipped, retry-scheduled), call-attempt totals, success rate, answer rate,
    drop-off rate, average call duration, and time-series breakdowns.

    The campaign must belong to your organization.

    Authentication:
    - API key with READ or READ_WRITE permission

## Path parameters

- `campaign_id` string, uuid, required

## Response `200`

Successfully retrieved campaign statistics

- unknown

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
