---
title: "Get segment count"
method: GET
path: "/segments/{segmentId}/count"
tags: ["Segments"]
---

# Get segment count

`GET /segments/{segmentId}/count`

Returns the current subscriber count for a saved segment.

## Path parameters

- `segmentId` string, required

## Response `200`

Segment count returned

- object
  - `success` boolean
  - `segmentId` string
  - `count` integer

## Other responses

- `401` — Unauthorized
- `404` — Segment not found

---

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