---
title: "Retrieve subscription statistics"
method: GET
path: "/api/v1/subscriptions/stats"
tags: ["Subscriptions"]
---

# Retrieve subscription statistics

`GET /api/v1/subscriptions/stats`

Returns aggregate subscription counts and unpaid amount for the calling operator. Required scope: `subscriptions:read`

## Response `200`

Subscription statistics for the operator

- SubscriptionStatsDto
  - `pending_count` integer, required
  - `active_count` integer, required
  - `cancelling_count` integer, required
  - `paused_count` integer, required
  - `unpaid_count` integer, required
  - `total_unpaid_amount` number, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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