---
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 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

- `api-version` string, required
- `timeOut` integer
- `maxresults` integer

## Headers

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

## Response `200`

The request has succeeded.

- BatchApplicationListResult — The result of listing the applications available in an Account.
  - `value` BatchApplication[] — The list of applications available in the Account.
    - `id` string, required — A string that uniquely identifies the application within the Account.
    - `displayName` string, required — The display name for the application.
    - `versions` string[], required — The list of available versions of the application.
  - `odata.nextLink` string, uri — The URL to get the next set of results.

## Other responses

- `default` — An unexpected error response.

---

[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/8427acd8fd77/schema)
