list_adjustments
Retrieve tutoring billing adjustments with filters for date range, tutor, and pagination. Includes option to show voided records for complete account review.
Instructions
List Adjustments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | period_start <= ISO date | |
| from | No | period_start >= ISO date | |
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| tutor_id | No | Filter by tutor UUID | |
| include_voided | No | Include voided adjustments (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |