list_active_bookings
Retrieve active bookings (pre_trip, in_progress, or in_termination) to see which vehicles are currently out on a trip. Paginated: up to 10 records per page, use skip to fetch next page.
Instructions
List only ACTIVE bookings for the API key account — status pre_trip, in_progress, or in_termination (a renter currently has access to the vehicle). Use this to answer 'which vehicles are out on a trip right now?'. Same response shape as list_bookings. Returns up to 10 records per page; increase skip by 10 to fetch the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip before returning the next page (page size is 10). |