ls_list_subscription_items
List subscription items with optional filtering by subscription ID or price ID. Results are paginated.
Instructions
List all subscription items, optionally filtered by subscription or price. Results are paginated — check meta.page in the response for currentPage, lastPage, and total. Cross-store note: when LEMONSQUEEZY_ALLOWED_STORE_IDS is set, this tool requires at least one of: subscriptionId, priceId. Even with that set, pair with a scoped LemonSqueezy API key for true cross-store enforcement -- the API key's visibility is the true boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | No | Filter by subscription ID | |
| priceId | No | Filter by price ID | |
| include | No | Comma-separated related resources to include (e.g. 'subscription,price,usage-records') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |