Filter lists of subscriptions for canceled subscriptionsBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Updates the list all subscriptions call to also return canceled subscriptions. The endpoint now supports fetching only canceled subscriptions by specifying status=canceled
. You can now retrieve a single canceled subscription by providing its ID.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
The List all subscriptions
call now includes canceled subscriptions and supports status filtering, offering more comprehensive subscription management.