---
title: "Retrieves a Asset resource."
method: GET
path: "/assets/{id}"
tags: ["Asset"]
---

# Retrieves a Asset resource.

`GET /assets/{id}`

Retrieves a Asset resource.

## Path parameters

- `id` string, required

## Response `200`

Asset resource

- Asset
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — The unique identifier of the source 3rd party integration
  - `name` string — Asset name
  - `organizationId` string, nullable — Id of the organization the asset belongs to
  - `description` string, nullable — Additional details about the asset
  - `price` string, nullable — Price of the asset
  - `productId` string, nullable — Product ID
  - `purchaseDate` string, date-time, nullable — Date of asset purchase
  - `quantity` integer, nullable — Unit number of the product

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
