# Subscription Plans A subscription plan is part of a subscription or an amendment to a subscription, and it comes from a price. Like a product and its plans, a subscription can have one or more subscription plans. Subscription plans represent a price or a collection of prices for a service you sell. An individual subscription plan contains all prices specific to a particular subscription. ## Retrieve a subscription plan - [GET /subscription_plans/{subscription_plan_id}](https://developer.zuora.com/other-api/quickstart-api/subscription-plans/getsubscriptionplan.md): Retrieves the subscription plan with the given ID. ## List subscription plans - [GET /subscription_plans](https://developer.zuora.com/other-api/quickstart-api/subscription-plans/getsubscriptionplans.md): Returns a dictionary with a data property that contains an array of subscription plans, starting after cursor. Each entry in the array is a separate object. If no more are available, the resulting array will be empty. This request should never return an error.