---
title: "Lists all of the applications available in the specified account."
method: GET
path: "/applications"
tags: ["Applications"]
---

# Lists all of the applications available in the specified account.

`GET /applications`

This operation returns only applications and versions that are available for use on compute nodes; that is, that can be used in an application package reference. For administrator information about applications and versions that are not yet available to compute nodes, use the Azure portal or the Azure Resource Manager API.

## Query parameters

- `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 applications.

- ApplicationListResult
  - `odata.nextLink` string
  - `value` ApplicationSummary[]
    - `displayName` string, required
    - `id` string, required
    - `versions` string[], required

## Other responses

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

---

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