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

# Get available extensions for image

`GET /organizations/{organizationID}/extensions`

Retrieves a list of all extensions for the specified image in the organization and region given

## Path parameters

- `organizationID` string, required

## Query parameters

- `image` string, required
- `region` string

## Response `200`

List of extensions available for the image in the organization

- object
  - `extensions` Extension[], required — Array of available images with their properties
    - `name` string, required — Extension name
    - `version` string, required — Extension version
    - `description` string, required — Extension description
    - `docs` string, required — Documentation URL
    - `preloadRequired` boolean, required — is preload required for the extension or not
    - `type` 'extension' | 'plugin' | 'module', required — type of installation

## 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/versions/33621695d346/schema)
