---
title: "Retrieve an uploaded image by id"
method: GET
path: "/v1/uploads/{image_id}.json"
tags: ["Uploads"]
---

# Retrieve an uploaded image by id

`GET /v1/uploads/{image_id}.json`

Retrieve an uploaded image by id

## Response `200`

Successful operation

- Upload
  - `id` string
  - `file_name` string
  - `height` integer
  - `width` integer
  - `size` integer
  - `mime_type` string
  - `preview_url` string, uri
  - `upload_time` string

## Other responses

- `400` — Error response

---

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