---
title: "Show Image Asset"
method: GET
path: "/api/v1/image-assets/{id}"
tags: ["Image Assets"]
---

# Show Image Asset

`GET /api/v1/image-assets/{id}`

## Response `200`

Successful

- SerializedImageAsset
  - `data` object
    - `id` string — ID of the image asset
    - `type` string — Resource type
    - `attributes` object
      - `name` string — Name of the image asset
      - `imageType` 'banner' | 'logo' | 'thumbnail' | 'artwork' | 'secondaryLogo' | 'venueMap' — Type of the image asset
      - `processingStatus` 'pending' | 'successful' | 'failed' — Current processing status of the image asset
      - `size` object
        - `width` integer — Width of the image asset
        - `height` integer — Height of the image asset
      - `entityId` string — UUID of the entity this image asset belongs to
      - `createdAt` string — Timestamp of when the image asset was created
      - `url` string — URL of the original image. This URL may change over time, so do not store or cache it. Always fetch the latest URL from the API when needed.
      - `watermark` object, nullable — Watermark configuration. Only present for banner image assets when watermarking is enabled
        - `color` 'dark' | 'light' — Watermark colour
        - `position` 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRight' — Watermark position on the image

## Other responses

- `401` — Error: Unauthorized
- `404` — Error: Not Found

---

[API](https://skmtc.net/passentry/apis/passentry-api.md) · [All operations](https://skmtc.net/passentry/apis/passentry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passentry/passentry-api/versions/2c7dc0306b04/schema)
