---
title: "get information about a specific vehicle fleet"
method: GET
path: "/exve/fleets/{fleetId}"
tags: ["fleet"]
---

# get information about a specific vehicle fleet

`GET /exve/fleets/{fleetId}`

Obtain detailed information about a specific vehicle fleet

## Path parameters

- `fleetId` integer, required

## Response `200`

fleet details

- ModelsFleetDetail
  - `fleetId` integer
  - `vehicles` TypesVehicleID[]
    - `vehicleId` integer, required

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api.md) · [All operations](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowgoio/knowgo-vehicle-simulator-api/versions/c420a5f456ea/schema)
