---
title: "GET /applications/{applicationId}"
method: GET
path: "/applications/{applicationId}"
tags: ["Applications"]
---

# GET /applications/{applicationId}

`GET /applications/{applicationId}`

Gets information about the specified application.

## Path parameters

- `applicationId` string, required

## Query parameters

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

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

## Other responses

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

---

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