---
title: "Get available images"
method: GET
path: "/organizations/{organizationID}/images"
tags: ["Projects"]
---

# Get available images

`GET /organizations/{organizationID}/images`

Retrieves a list of all images for the specified organization and region

## Path parameters

- `organizationID` string, required

## Query parameters

- `region` string

## Response `200`

List of images available for the organization

- object
  - `images` Image[], required — Array of available images with their properties
    - `name` string, required — Image name
    - `majorVersion` string, required — major postgres version
    - `fullVersion` string, required — full postgres version
    - `region` string[] — region where this instance type is available

## Other responses

- `400` — Generic error response for most error conditions
- `401` — Error response when authentication or authorization fails
- `5XX` — Unexpected Error
- `default` — Unexpected Error

---

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