get_subscription
Retrieve a Paddle subscription by ID to view details and optionally include previews of upcoming or recurring transactions.
Instructions
This tool will retrieve a subscription from Paddle by its ID.
Use the include parameter to include related entities in the response:
next_transaction: Include an object with a preview of the next transaction for this subscription. May include prorated charges that aren't yet billed and one-time charges.
recurring_transaction_details: Include an object with a preview of the recurring transaction for this subscription. This is what the customer can expect to be billed when there are no prorated or one-time charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Paddle ID of the subscription. | |
| include | No | Include related entities in the response. Use a comma-separated list to specify multiple entities. |