# Subscription

*Article Topics:* [*NATS Admin*](/getting-started/common-topics/nats-admin.md)*,* [*Reports*](/getting-started/common-topics/reports.md)

## Subscription Report

To view your Subscription Report page, go to the Reporting section on the left-hand navigation menu, click "Subscription", and on the drop-down menu, click "Subscription".

![](/files/UdG0kVN3EEHQP881Lq21)

The Subscription Report provides in-depth details of each and every member subscription that is tracked in your NATS system. This allows you to search and view specifics about each member subscription, ensure its validity, and see specific dollar figures regarding each subscription.

By default, the data displayed within the Subscription table includes:

* **Member Subscription ID**: The subscription ID number used to identify member subscriptions in NATS.
* **Biller Subscription**: The subscription ID number used to identify biller subscriptions in NATS.
* **Biller**: The biller that the member used to process their transaction.
* **Joined**: The date the member joined.
* **Expires**: The date the member's subscription is set to expire.
* **Coupon**: The coupon that the member used during signup if any.
* **Spent**: The dollar amount of money the member has spent on subscriptions.
* **Cost**: Any cost that you incurred as a result of the subscription (for example, biller fees).
* **Taxes**: Any taxes taken from the member subscription by the biller.
* **Refunded**: How much money has been refunded to a member (for example, refunds and credits).
* **Affiliate**: Displays the affiliate that referred the specified member.
* **SiteID**: Displays the site that the member is subscribed to.
* **Program**: Displays the join program that the member signed up under.
* **Option**: Displays the join option that the member used to register.
* **Trial**: Whether the member is under a trial membership or full membership.
* **Status**: Whether the member's account is active, inactive, or never joined.

## Related Articles

{% content-ref url="/pages/jR2nitAqQTgaBcACQNIX" %}
[Report Types](/nats-admin/reporting/report-types.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.toomuchmedia.com/nats-admin/reporting/report-types/subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
