---
title: "Count contacts in a workspace"
method: GET
path: "/api/contacts.count"
---

# Count contacts in a workspace

`GET /api/contacts.count`

Returns the total number of contacts in a workspace.

## Query parameters

- `workspace_id` string, required

## Response `200`

Contact count retrieved successfully

- CountContactsResponse
  - `total_contacts` integer — Total number of contacts in the workspace

## Other responses

- `400` — Bad request - missing workspace ID
- `401` — Unauthorized - invalid or missing authentication token
- `500` — Internal server error

## Changes

- **2025-12-03** `04029557e460` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/contacts.count/get.md)

---

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