---
title: "POST /list-app-versions"
method: POST
path: "/list-app-versions"
---

# POST /list-app-versions

`POST /list-app-versions`

Lists the different versions for the Resilience Hub applications.

## Request body

- object
  - `appArn` string, required — Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.
  - `endTime` string, date-time — Upper limit of the time range to filter the application versions.
  - `maxResults` integer — Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.
  - `nextToken` string — Null, or the token from a previous call to get the next set of results.
  - `startTime` string, date-time — Lower limit of the time range to filter the application versions.

## Response `200`

Success

- ListAppVersionsResponse
  - `appVersions` AppVersionSummary[], required — The version of the application.
    - `appVersion` string, required — Version of an application.
    - `creationTime` string, date-time — Creation time of the application version.
    - `identifier` integer — Identifier of the application version.
    - `versionName` string — Name of the application version.
  - `nextToken` string — Token for the next set of results, or null if there are no more results.

## Other responses

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

---

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