---
title: "Get Item by Asset ID"
method: GET
path: "/v1/assets/{id}"
tags: ["Items"]
---

# Get Item by Asset ID

`GET /v1/assets/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- RepoPaginationResultRepoItemSummary
  - `items` RepoItemSummary[]
    - `archived` boolean
    - `assetId` string
    - `createdAt` string
    - `description` string
    - `id` string
    - `imageId` string, nullable
    - `insured` boolean
    - `labels` RepoLabelSummary[]
      - `color` string
      - `createdAt` string
      - `description` string
      - `id` string
      - `name` string
      - `updatedAt` string
    - `location` RepoLocationSummary
      - `createdAt` string
      - `description` string
      - `id` string
      - `name` string
      - `updatedAt` string
    - `name` string
    - `purchasePrice` number
    - `quantity` integer
    - `soldTime` string — Sale details
    - `thumbnailId` string, nullable
    - `updatedAt` string
  - `page` integer
  - `pageSize` integer
  - `total` integer

---

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