---
title: "Lists all Virtual Machine Images supported by the Azure Batch service."
method: GET
path: "/supportedimages"
tags: ["Accounts"]
---

# Lists all Virtual Machine Images supported by the Azure Batch service.

`GET /supportedimages`

## Query parameters

- `$filter` string
- `maxresults` integer
- `timeout` integer
- `api-version` string, required

## Headers

- `client-request-id` string, uuid
- `return-client-request-id` boolean
- `ocp-date` string, date-time-rfc1123

## Response `200`

A response containing the list of supported Virtual Machine Images.

- AccountListSupportedImagesResult
  - `value` ImageInformation[]
    - `nodeAgentSKUId` string, required
    - `imageReference` ImageReference, required
      - `publisher` string — For example, Canonical or MicrosoftWindowsServer.
      - `offer` string — For example, UbuntuServer or WindowsServer.
      - `sku` string — For example, 18.04-LTS or 2019-Datacenter.
      - `version` string — A value of 'latest' can be specified to select the latest version of an Image. If omitted, the default is 'latest'.
      - `virtualMachineImageId` string — This property is mutually exclusive with other ImageReference properties. For Virtual Machine Image it must be in the same region and subscription as the Azure Batch account. For SIG image it must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch Compute Node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
    - `osType` 'linux' | 'windows', required
    - `capabilities` string[] — Not every capability of the Image is listed. Capabilities in this list are considered of special interest and are generally related to integration with other features in the Azure Batch service.
    - `batchSupportEndOfLife` string, date-time
    - `verificationType` 'verified' | 'unverified', required
  - `odata.nextLink` string

## Other responses

- `default` — The error from the Batch service.

---

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