---
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

- RepoPaginationResultRepoEntitySummary
  - `items` RepoEntitySummary[]
    - `archived` boolean
    - `assetId` string
    - `createdAt` string
    - `description` string
    - `entityType` RepoEntityTypeSummary
      - `createdAt` string
      - `defaultTemplate` RepoEntityTemplateSummary
        - `createdAt` string
        - `description` string
        - `id` string
        - `name` string
        - `updatedAt` string
      - `defaultTemplateId` string
      - `description` string
      - `icon` string
      - `id` string
      - `isLocation` boolean
      - `name` string
      - `updatedAt` string
    - `id` string
    - `imageId` string, nullable
    - `insured` boolean
    - `itemCount` number — Container-specific (populated when querying locations)
    - `name` string
    - `parent` RepoEntitySummary — recursive
    - `purchasePrice` number
    - `quantity` number
    - `soldDate` string — Sale details
    - `tags` RepoTagSummary[]
      - `color` string
      - `createdAt` string
      - `description` string
      - `icon` string
      - `id` string
      - `name` string
      - `parentId` string, nullable
      - `updatedAt` string
    - `thumbnailId` string, nullable
    - `updatedAt` string
  - `page` integer
  - `pageSize` integer
  - `total` integer

---

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