List vehicles
listVehiclesRetrieve paginated fleet vehicles (vans/trucks) with operational status for crew carpooling and job mobilization. Supports incremental sync via cursor.
Instructions
List vehicles
Returns the business's fleet: paginated service vehicles (vans/trucks) with operational status (idle, on job, maintenance) — the fleet inventory behind crew carpooling and job mobilization. Supports the since cursor for incremental fleet sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Items per page (default 15, max 1000) | |
| since | No | RFC3339 cursor for short-polling; echo back next_since from prior response | |
| status | No | Filter by status (inactive, idle, on_job, maintenance) | |
| keyword | No | Search by name, brand, model, or plate number |