ls_list_usage_records
Retrieve paginated usage records, optionally filtered by subscription item. Use response meta to track current page, last page, and total.
Instructions
List all usage records, optionally filtered by subscription item. 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: subscriptionItemId. 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 |
|---|---|---|---|
| include | No | Comma-separated related resources to include (e.g. 'subscription-item') | |
| pageSize | No | Results per page (1-100) | |
| pageNumber | No | Page number (1-indexed) | |
| subscriptionItemId | No | Filter by subscription item ID |