---
title: "Retrieve a list of images in an image store"
method: GET
path: "/storage/{store_name}"
tags: ["storage"]
---

# Retrieve a list of images in an image store

`GET /storage/{store_name}`

Retrieves a list of images given a list of image IDs, or all images in the image store if no param is passed.

## Path parameters

- `store_name` string, required

## Query parameters

- `ids` string[]

## Response `200`

OK

- Image[]
  - `ID` string, required
  - `Store` string, required
  - `SelfLink` string
  - `Parent` string
  - `Metadata` object

## Other responses

- `404` — Not found
- `default` — error

## Changes

- **2018-06-14** `d95851b27556` — 1 info
  - added the new optional `header` request parameter `Op-ID` to all path's operations

[Change history](https://skmtc.dev/vmware/apis/port-layer-api/changes/storage/:store_name/get.md)

---

[API](https://skmtc.dev/vmware/apis/port-layer-api.md) · [All operations](https://skmtc.dev/vmware/apis/port-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/port-layer-api/revisions/5fff0b8814c7/schema)
