> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/vehicle/_get.md).

# \_get

Fetch the specified Vehicle.

### Parameters

#### id

The ID of the Vehicle.

### Example

```
FM_api('Vehicle_get', ['id' => '123']);
```

### Result

#### On Success

```
{"id":"c4c40a4e51196a2d1c326e1a92702921",
	"reg":"KF15SZY",
	"description":"",
	"cost_per_distance":"0.0000",
	"location":null,
	"last_edited":"2018-10-04 12:34:21",
	"edited_uuid":"Vehicle_update",
	"price_per_distance":"0.0000"}
```
