---
title: "Get total subscribers in cloud"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/subscribers/total_in_cloud"
tags: ["Status Page"]
---

# Get total subscribers in cloud

`GET /stakeholder-comms/cloudId/{cloudId}/api/subscribers/total_in_cloud`

Get the total number of subscribers in the cloud for Status page.

## Response `200`

Returned if the request is successful.

- StakeholderCommsSubscriberTotalInCloudResponse — Response containing the total number of subscribers in cloud for status page.
  - `totalCount` integer — Total number of subscribers in the cloud.
  - `error` string — Error message, if the operation was not successful.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to view subscriber totals.
- `500` — Returned if an internal server error occurs.

---

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