---
title: "Lists all node agent SKUs supported by the Azure Batch service."
method: GET
path: "/nodeagentskus"
tags: ["Accounts"]
---

# Lists all node agent SKUs supported by the Azure Batch service.

`GET /nodeagentskus`

## 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 node agent SKUs.

- AccountListNodeAgentSkusResult
  - `value` NodeAgentSku[]
    - `id` string
    - `verifiedImageReferences` ImageReference[] — This collection is not exhaustive (the node agent may be compatible with other images).
      - `publisher` string, required — For example, Canonical or MicrosoftWindowsServer.
      - `offer` string, required — For example, UbuntuServer or WindowsServer.
      - `sku` string, required — For example, 14.04.0-LTS or 2012-R2-Datacenter.
      - `version` string — A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    - `osType` 'linux' | 'windows'
  - `odata.nextLink` string

## Other responses

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

## Changes

- **2026-07-13** `bee2d837bf8f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/batch-batch/changes/nodeagentskus/get.md)

---

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