getResellerCreditLogs
Retrieve a paginated history of reseller credit transfers and reverts, sorted newest first. Filter by inclusive date range to track credit activity and reconcile balances.
Instructions
Paginated history of all credit transfers and reverts for the reseller account. Returns reverse-chronological order by default. Date filters are inclusive.
(Tags: Reseller)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. | |
| date_to | No | Filter logs up to and including this date in `YYYY-MM-DD` format (e.g. `2026-03-31`). | |
| date_from | No | Filter logs from this date in `YYYY-MM-DD` format (e.g. `2026-01-01`). | |
| page_size | No | Number of records per page (max 100). |