get_vehicles
Retrieve available vehicles for the signed-in user, with optional location-based distance sorting and filters by branch, category, charge level, or free-floating status.
Instructions
List available vehicles for the signed-in user.
When both latitude and longitude are supplied, the result is scoped to a
radius around that point (radius_miles, defaulting to WUNDER_DEFAULT_RADIUS_MI),
each vehicle is annotated with distanceKm/distanceMeters from the user, and the
list is sorted by ascending distance. Without a location, vehicles are returned as
provided by the API (no distance, no distance sort).
Filters: branch_id, category_ids, exclude_stationed_vehicles (true = free-floating
only), min_state_of_charge/max_state_of_charge (battery percentage 0-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | No | ||
| longitude | No | ||
| radius_miles | No | ||
| branch_id | No | ||
| category_ids | No | ||
| exclude_stationed_vehicles | No | ||
| min_state_of_charge | No | ||
| max_state_of_charge | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||