AI-generated Key Takeaways
- 
          This document describes how to retrieve a specific DeliveryVehicleinstance using the Fleet Engine Delivery API.
- 
          You'll need to provide the provideranddeliveryVehicleidentifiers as path parameters in the request URL.
- 
          An optional DeliveryRequestHeadercan be included as a query parameter.
- 
          The request body should be empty, and a successful response will contain a DeliveryVehicleobject.
Returns the specified DeliveryVehicle instance.
HTTP request
GET https://fleetengine.googleapis.com/v1/{name=providers/*/deliveryVehicles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name | 
 Required. Must be in the format  | 
Query parameters
| Parameters | |
|---|---|
| header | 
 Optional. The standard Delivery API request header. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DeliveryVehicle.