list_vehicles_for_customer
Retrieve all vehicles linked to a given customer ID. Supports pagination with skip and limit parameters.
Instructions
List all vehicles associated with a specific customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip for pagination (default: 0) | |
| limit | No | Maximum number of results to return (default: 25) | |
| customerId | Yes | The customer ID whose vehicles to list |