---
title: "GET /apps/"
method: GET
path: "/apps/"
---

# GET /apps/

`GET /apps/`

Lists all of the user's applications.

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

A list of the user applications.

- ApplicationInfoResponse[] — List of Application Infos.
  - `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)
