---
title: "Retrieves the collection of Asset resources."
method: GET
path: "/assets"
tags: ["Asset"]
---

# Retrieves the collection of Asset resources.

`GET /assets`

Retrieves the collection of Asset resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Asset collection

- 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

---

[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/revisions/d08a107895ad/schema)
