---
title: "Get subscriber count"
method: GET
path: "/v1/publications/{publicationId}/subscribers/count"
tags: ["publications"]
---

# Get subscriber count

`GET /v1/publications/{publicationId}/subscribers/count`

Retrieve the total number of subscribers for a publication

## Path parameters

- `publicationId` string, required

## Response `200`

Subscriber count retrieved successfully

- object
  - `count` number, required — Total number of subscribers

## Other responses

- `404` — Publication not found
- `500` — Internal server error

---

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