list_customer_subscriptions
Retrieve subscription details for a ChartMogul customer, including plan, status, MRR/ARR values, and billing cycles to analyze recurring revenue.
Instructions
[ChartMogul API] List customer subscriptions. Default limit 20 (discourage >20). Returns subscription objects with: id (integer), external_id (string), plan (string: plan name), quantity (integer), uuid (string: subscription UUID), mrr (INTEGER CENTS), arr (INTEGER CENTS), status (string: "active" or "inactive"), billing_cycle (string: "day", "month", "year"), billing_cycle_count (integer), start_date (ISO 8601 datetime), end_date (ISO 8601 datetime), currency (string), currency_sign (string). CRITICAL: mrr/arr are INTEGER CENTS - divide by 100. Example: mrr=70800 means $708.00. Response includes cursor/has_more. REQUIRED: uuid (string: customer UUID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| limit | No |