---
title: "Get Asset"
method: GET
path: "/v1/asset/{asset_id}/"
tags: ["Assets"]
---

# Get Asset

`GET /v1/asset/{asset_id}/`

Get details for a specific asset.

## Path parameters

- `asset_id` integer, required

## Response `200`

Successful Response

- ApiGenericResponseAssetModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` AssetModel — A model representing assets.
    - `companyId` integer, required — The company identifier of the asset
    - `id` integer, required — The asset identifier
    - `name` string, required — The asset name
    - `typeId` integer, required — The type identifier of the asset
    - `siteId` integer, nullable — The site identifier of the asset
    - `fuelTypeId` integer, nullable — The fuel type identifier of the asset
    - `vin` string, nullable — The vehicle identification number of the asset
    - `model` string, nullable — The model of the asset
    - `description` string, nullable
    - `colour` string, nullable — The colour of the asset
    - `image` string, nullable — An image of the asset
    - `hours` number, nullable — The hours of the asset
    - `year` integer, nullable — The year of the asset
    - `isMaintenanceRequired` boolean, required — Determines if maintenance is required on the asset
    - `isArchived` boolean, required — Determines if the asset is archived
    - `kmsMiles` number, nullable — The KMs or miles of the asset
    - `cost` number, nullable — The cost of the asset
    - `lastCheckin` string, date-time, nullable — A timestamp of the last check-in of the asset
    - `lastMaintenance` string, date-time, nullable — A timestamp of the last maintenance of the asset
    - `insuranceDate` string, date-time, nullable — The insurance date of the asset

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `404` — Records Not Found
- `409` — Integrity Error or Data Conflict
- `422` — Validation Error

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
