---
title: "GET /engine-versions"
method: GET
path: "/engine-versions"
---

# GET /engine-versions

`GET /engine-versions`

Lists the available engine versions.

## Query parameters

- `engineType` 'microfocus' | 'bluage'
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListEngineVersionsResponse
  - `engineVersions` EngineVersionsSummary[], required — Returns the engine versions.
    - `engineType` string, required — The type of target platform for the application.
    - `engineVersion` string, required — The version of the engine type used by the application.
  - `nextToken` string — If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/m2.md) · [All operations](https://skmtc.net/aws/apis/m2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/m2/versions/aac43e95a42b/schema)
