---
title: "GET /providers/Microsoft.AppPlatform/runtimeVersions"
method: GET
path: "/providers/Microsoft.AppPlatform/runtimeVersions"
tags: ["AppPlatform"]
---

# GET /providers/Microsoft.AppPlatform/runtimeVersions

`GET /providers/Microsoft.AppPlatform/runtimeVersions`

Lists all of the available runtime versions supported by Microsoft.AppPlatform provider.

## Query parameters

- `api-version` string, required

## Response `200`

Success. The response describes the details of all supported deployment runtime versions.

- AvailableRuntimeVersions
  - `value` SupportedRuntimeVersion[] — A list of all supported runtime versions.
    - `value` 'Java_8' | 'Java_11' | 'Java_17' | 'Java_21' | 'NetCore_31' — The raw value which could be passed to deployment CRUD operations.
    - `platform` 'Java' | '.NET Core' — The platform of this runtime version (possible values: "Java" or ".NET").
    - `version` string — The detailed version (major.minor) of the platform.

## Other responses

- `default` — Error response describing why the operation failed.

## Changes

- **2020-08-25** (2020-07-01) `267c326ec423` — 1 info
  - endpoint added
- **2020-08-17** (2020-07-01) `bfb28152394f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/appplatform-microsoft-appplatform/changes/providers/Microsoft.AppPlatform/runtimeVersions/get.md)

---

[API](https://skmtc.dev/azure/apis/appplatform-microsoft-appplatform.md) · [All operations](https://skmtc.dev/azure/apis/appplatform-microsoft-appplatform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/appplatform-microsoft-appplatform/revisions/4da345fb4e1c/schema)
