---
title: "Get Contacts Stats"
method: GET
path: "/campaigns/v1/contacts/stats"
tags: ["Contacts"]
---

# Get Contacts Stats

`GET /campaigns/v1/contacts/stats`

Fetch statistics about contacts for the team.

## Response `200`

Successful Response

- ContactStatsResponse
  - `total` integer, required — Total number of contacts
  - `dnd_active` integer, required — Number of contacts with active DND
  - `reachable` integer, required — Number of contacts with reachable

## Other responses

- `422` — Validation Error

---

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