---
title: "GET /apps/{appId}"
method: GET
path: "/apps/{appId}"
---

# GET /apps/{appId}

`GET /apps/{appId}`

Gets the application info.

## Path parameters

- `appId` string, uuid, required

## Response `200`

The application info.

- ApplicationInfoResponse — Response containing the Application Info.
  - `id` string, uuid — The ID (GUID) of the application.
  - `name` string — The name of the application.
  - `description` string — The description of the application.
  - `culture` string — The culture of the application. For example, "en-us".
  - `usageScenario` string — Defines the scenario for the new application. Optional. For example, IoT.
  - `domain` string — The domain for the new application. Optional. For example, Comics.
  - `versionsCount` integer — Amount of model versions within the application.
  - `createdDateTime` string — The version's creation timestamp.
  - `endpoints` object — The Runtime endpoint URL for this model version.
  - `endpointHitsCount` integer — Number of calls made to this endpoint.
  - `activeVersion` string — The version ID currently marked as active.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
