list_payouts
Retrieve tutor payouts with filters for date range, tutor ID, and pagination to track earnings.
Instructions
List Payouts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | paid_at <= ISO date | |
| from | No | paid_at >= ISO date | |
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| tutor_id | No | Filter by tutor UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |