get_credit_ledger
Retrieve your organization's credit transaction history including purchases, usage deductions, bonuses, and adjustments. Filter by date range, transaction type, or scope.
Instructions
Get the credit transaction history (ledger) for your organization. Shows purchases, usage deductions, bonuses, admin adjustments, coupon credits, and more. Supports filtering by date range, transaction type, and scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter (ISO 8601, e.g. '2025-01-31') | |
| from | No | Start date filter (ISO 8601, e.g. '2025-01-01') | |
| type | No | Filter by transaction type | |
| limit | No | Max entries to return (default 50) | |
| scope | No | Filter by product scope | |
| offset | No | Offset for pagination (default 0) |