---
title: "Download image data"
method: GET
path: "/images/{image_id}/file"
tags: ["Image Data"]
---

# Download image data

`GET /images/{image_id}/file`

Downloads binary image data

## Path parameters

- `image_id` string, uuid, required

## Headers

- `Range` string

## Response `200`

Image data downloaded successfully

## Other responses

- `204` — No image data exists
- `206` — Partial content returned
- `400` — Bad Request
- `403` — Token does not have permission for this operation.
- `404` — Not Found
- `416` — Range Not Satisfiable

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
