list_subscription_history
ActiveTool of KaiCalls
declared in 1.0.0
List 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.
Parameters schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"format": "date-time"
},
"from": {
"type": "string",
"format": "date-time"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"source": {
"type": "string",
"description": "e.g. stripe_webhook, rightsize_apply_job."
},
"business_id": {
"type": "string",
"description": "Business ID (optional only when the token can access exactly one business)."
},
"change_type": {
"enum": [
"plan_change",
"created",
"canceled",
"reactivated",
"rightsize"
],
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries