---
title: "GET /nodeagentskus"
method: GET
path: "/nodeagentskus"
tags: ["Accounts"]
---

# GET /nodeagentskus

`GET /nodeagentskus`

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

## Query parameters

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

## Headers

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

## Response `200`

OK

- AccountListNodeAgentSkusResult — Response to an AccountOperation.ListNodeAgentSkus request.
  - `value` NodeAgentSku[] — The list of supported node agent SKUs.
    - `id` string — The node agent SKU id.
    - `verifiedImageReferences` ImageReference[] — The list of images verified to be compatible with this node agent SKU. This collection is not exhaustive (the node agent may be compatible with other images).
      - `publisher` string, required — The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or MicrosoftWindowsServer.
      - `offer` string, required — The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or WindowsServer.
      - `sku` string, required — The SKU of the Azure Virtual Machines Marketplace image. For example, 14.04.0-LTS or 2012-R2-Datacenter.
      - `version` string — The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
    - `osType` 'linux' | 'windows' | 'unmapped' — The type of operating system compatible with the node agent SKU.
  - `odata.nextLink` string — The URL to get the next set of results.

## 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/bee2d837bf8f/schema)
