list_mileage
Retrieve and filter mileage records for tutoring trips by date range, status, or tutor ID, to review submitted or reimbursed expenses.
Instructions
List Mileage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | trip_date <= ISO date | |
| from | No | trip_date >= ISO date | |
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| status | No | logged, approved, rejected, reimbursed | |
| tutor_id | No | Filter by tutor UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |