---
title: "GET /applications/{applicationId}/deployments"
method: GET
path: "/applications/{applicationId}/deployments"
---

# GET /applications/{applicationId}/deployments

`GET /applications/{applicationId}/deployments`

Returns a list of all deployments of a specific application. A deployment is a combination of a specific application and a specific version of that application. Each deployment is mapped to a particular application version.

## Path parameters

- `applicationId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListDeploymentsResponse
  - `deployments` DeploymentSummary[], required — The list of deployments that is returned.
    - `applicationId` string, required — The unique identifier of the application.
    - `applicationVersion` integer, required — The version of the application.
    - `creationTime` string, date-time, required — The timestamp when the deployment was created.
    - `deploymentId` string, required — The unique identifier of the deployment.
    - `environmentId` string, required — The unique identifier of the runtime environment.
    - `status` 'Deploying' | 'Succeeded' | 'Failed' | 'Updating Deployment', required — The current status of the deployment.
    - `statusReason` string — The reason for the reported status.
  - `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` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — 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)
