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

# GET /apps/{appId}/versions

`GET /apps/{appId}/versions`

Gets a list of versions for this application ID.

## Path parameters

- `appId` string, uuid, required

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

A list of all versions of the application.

- VersionInfo[]
  - `version` string, required — The version ID. E.g.: "0.1"
  - `createdDateTime` string, date-time — The version's creation timestamp.
  - `lastModifiedDateTime` string, date-time — Timestamp of the last update.
  - `lastTrainedDateTime` string, date-time — Timestamp of the last time the model was trained.
  - `lastPublishedDateTime` string, date-time — Timestamp when was last published.
  - `endpointUrl` string — The Runtime endpoint URL for this model version.
  - `assignedEndpointKey` object — The endpoint key.
  - `externalApiKeys` object — External keys.
  - `intentsCount` integer — Number of intents in this model.
  - `entitiesCount` integer — Number of entities in this model.
  - `endpointHitsCount` integer — Number of calls made to this endpoint.
  - `trainingStatus` 'NeedsTraining' | 'InProgress' | 'Trained', required — The current training status.

## 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/revisions/a26a0f7e5a37/schema)
