---
title: "Get total successful billing attempts count"
method: GET
path: "/subscriptions/{subscriptionId}/total-successful-billing-count"
tags: ["Subscriptions"]
---

# Get total successful billing attempts count

`GET /subscriptions/{subscriptionId}/total-successful-billing-count`

Gets the total number of successful billing attempts for a subscription,
if it comes from a migration, it will also include any successful billing
attempts that were made before the migration.

## Path parameters

- `subscriptionId` string, required

## Response `200`

Total successful billing attempts count

- object
  - `count` number — Total successful billing attempts count

## Other responses

- `401` — You do not have permission
- `404` — Not Found

---

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