---
title: "Get tenant usage statistics"
method: GET
path: "/api/tenants/me/usage"
tags: ["Tenants"]
---

# Get tenant usage statistics

`GET /api/tenants/me/usage`

Retrieve usage metrics including customer count, active subscriptions, and total revenue.

## Response `200`

Usage metrics for the current billing period

- TenantUsageResponse
  - `customers` number, required
  - `activeSubscriptions` number, required
  - `totalInvoices` number, required
  - `totalRevenue` string, required

---

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