---
title: "Get a single product image data"
method: GET
path: "/product_images/{product_image_id}"
tags: ["Product Images"]
---

# Get a single product image data

`GET /product_images/{product_image_id}`

Returns the metadata for a single product image with a given ID.
This method is useful for checking the status of an image after it was uploaded.

🔒 Requires: `products:read` scope

## Path parameters

- `product_image_id` string, required

## Response `200`

- ImageResponse
  - `data` Image
    - `id` string, uuid — Auto-generated object ID.
    - `position` number, double — Position of the image in collection of images associated with a product.
    - `product_id` string, uuid — The ID of the product this image is associated with.
    - `status` string — Status if the image upload processing. Can be `processing`, `uploaded`, `error`.
    - `version` integer — Auto-incrementing object version number.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/versions/72d4ceb46dbb/schema)
