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

# Provide a single resource - Asset

`GET /assets/{id}`

Retrieves a Asset resource.

## Path parameters

- `id` string, required

## Headers

- `X-Quable-Locale` string

## Response `200`

Asset resource

- AssetAssetOutputAssetOutput
  - `name` string
  - `active` boolean
  - `external` boolean
  - `attributes` object
  - `metadata` object, nullable
  - `url` string
  - `originalFilename` string
  - `thumbnailUrl` string
  - `previewUrl` string
  - `classifications` ClassificationClassificationOutputAssetOutput[]
    - `catalogId` string, nullable
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `documentLinks` LinkLinkOutputAssetOutput[]
    - `linkType` LinkTypeLinkTypeOutputAssetOutput
      - `id` string — This is the unique identifier of the resource
    - `origin` string
    - `target` string
    - `sequence` integer
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `variantLinks` LinkLinkOutputAssetOutput[]
    - `linkType` LinkTypeLinkTypeOutputAssetOutput
      - `id` string — This is the unique identifier of the resource
    - `origin` string
    - `target` string
    - `sequence` integer
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `thumbnails` object
  - `fileSize` integer, nullable
  - `checksum` string, nullable
  - `id` string — This is the unique identifier of the resource
  - `legacyId` integer

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
