---
title: "Read many rentals
GetFleetVehicle retrieves vehicle data from the Fleet service for a rental.
This includes real-time information like odometer reading, connection status, and other attributes.
The frontend can use this data to update mileage fields or display vehicle status."
method: GET
path: "/rentals"
tags: ["rentals"]
---

# Read many rentals
GetFleetVehicle retrieves vehicle data from the Fleet service for a rental.
This includes real-time information like odometer reading, connection status, and other attributes.
The frontend can use this data to update mileage fields or display vehicle status.

`GET /rentals`

GET /rentals/{rental_id}/fleet-vehicle

## Query parameters

- `near` string
- `radius` number, double
- `from` string
- `to` string
- `created_from` string
- `created_to` string
- `sleeps` integer
- `sleeps_adults` integer
- `sleeps_kids` integer
- `seatbelts` integer
- `type` string
- `price_min` integer
- `price_max` integer
- `year_min` integer
- `year_max` integer
- `order` string
- `owner_id` integer
- `limit` integer
- `unlimited` string
- `offset` integer
- `status` string
- `bounds_NE` string
- `bounds_SW` string
- `insurance_state` string
- `exclude` string
- `location_id` integer
- `location_ids` string
- `hidden` string
- `include_variable_fees` string
- `ids` string
- `address` string
- `parent_id` integer
- `include_children` string
- `locale` string
- `presentment_currency` string
- `rental_category` string

## Response `default`

Default response

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/revisions/f0cf8f605ea0/schema)
