---
title: "Count contacts in sequence"
method: GET
path: "/v3/sequences/{id}/contacts/count"
tags: ["Sequence Contacts"]
---

# Count contacts in sequence

`GET /v3/sequences/{id}/contacts/count`

<Warning>
  **Coming soon.** This endpoint will be available by late July 2026.
</Warning>

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns the total number of contacts enrolled in the sequence.

## Path parameters

- `id` integer, required

## Response `200`

Count retrieved successfully

- object
  - `count` integer, required — Total number of matching items.

## Other responses

- `400` — Route-parameter validation failure (e.g. non-positive `id`)
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view this sequence
- `404` — Sequence not found
- `429` — Too Many Requests

---

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