---
title: "Gets information about the specified Application."
method: GET
path: "/applications/{applicationId}"
tags: ["Applications"]
---

# Gets information about the specified Application.

`GET /applications/{applicationId}`

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.

## Path parameters

- `applicationId` string, required

## Query parameters

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

## Headers

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

## Response `200`

The request has succeeded.

- BatchApplication — Contains information about an application in an Azure Batch 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.

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