List Subscription Change History
list_subscription_historyList plan/price change history from subscription_change_history — the billing analogue of admin_change_history, written from the Stripe webhook and the right-size apply job. Mirrors GET /api/v1/subscription-history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from | No | ||
| limit | No | ||
| source | No | e.g. stripe_webhook, rightsize_apply_job. | |
| business_id | No | Business ID (optional only when the token can access exactly one business). | |
| change_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false | |
| changes | No | ||
| success | Yes | Whether the tool completed successfully | |
| business_id | No |