---
title: "Get an image"
method: GET
path: "/images/{filepath}"
tags: ["images"]
---

# Get an image

`GET /images/{filepath}`

Retrieves an image from Azure Blob Storage

## Path parameters

- `filepath` string, required

## Response `200`

Image found and returned

## Other responses

- `400` — Invalid request - image path is required
- `404` — Image not found

---

[API](https://skmtc.dev/azure/apis/pizza-api.md) · [All operations](https://skmtc.dev/azure/apis/pizza-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/pizza-api/revisions/b9618c89d438/schema)
