List subscriptions
chargebee_list_subscriptionsList subscriptions. Filter by customer or status. Chargebee API: GET /subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| status | No | Subscription status filter (→ status[is]). | |
| customer_id | No | Only subscriptions of this customer (→ customer_id[is]). |