---
title: "Get analytics"
method: GET
path: "/v1/analytics"
tags: ["Analytics"]
---

# Get analytics

`GET /v1/analytics`

Retrieve your pre-computed account's analytics (ARR, revenues, churn, etc).

## Query parameters

- `invoicing_entity_id` string — Invoicing Entity ID to filter analytics

## Response `200`

- object
  - `revenue_last_30_days` number, required — Revenue of the last 30 days. Expressed in the currency's smallest unit.
  - `churn_30_days` number, required — Churn of the last 30 days. Churn corresponds to the number of customers who churned divided by the number of active customers. A churned customer is one who had a subscription but no longer has an active one.
  - `churned_revenue_30_days` number, required — Revenue corresponding to the churn of the last 30 days. Expressed in the currency's smallest unit.
  - `arr` number, required — Computed live Annual Recurring Revenue. Expressed in the currency's smallest unit.
  - `mrr` number, required — Computed live Monthly Recurring Revenue. Expressed in the currency's smallest unit.
  - `pending_arr` number, required — Computed pending Annual Recurring Revenue. The sum of ARR from all pending subscriptions. Expressed in the currency's smallest unit.
  - `active_arr` number, required — Computed pending Annual Recurring Revenue. The sum of ARR from all active subscriptions. Expressed in the currency's smallest unit.
  - `arr_in_discounts` number, required — Annual Recurring Revenue currently under coupons. Expressed in the currency's smallest unit.
  - `fixed_arr` number, required — Computed live Annual Recurring Revenue without the discounted amount (coupons). Expressed in the currency's smallest unit.
  - `active_customers` number, required — Number of customers with an assigned subscriptions.
  - `arpa` number, required — Average Revenue Per Account (customer).

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
