---
title: "GET /applications/{ApplicationId}/environments/{EnvironmentId}/deployments"
method: GET
path: "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments"
---

# GET /applications/{ApplicationId}/environments/{EnvironmentId}/deployments

`GET /applications/{ApplicationId}/environments/{EnvironmentId}/deployments`

Lists the deployments for an environment in descending deployment number order.

## Path parameters

- `ApplicationId` string, required
- `EnvironmentId` string, required

## Query parameters

- `max_results` integer
- `next_token` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- Deployments
  - `Items` DeploymentSummary[] — The elements from this collection.
    - `DeploymentNumber` integer — The sequence number of the deployment.
    - `ConfigurationName` string — The name of the configuration.
    - `ConfigurationVersion` string — The version of the configuration.
    - `DeploymentDurationInMinutes` integer — Total amount of time the deployment lasted.
    - `GrowthType` 'LINEAR' | 'EXPONENTIAL' — The algorithm used to define how percentage grows over time.
    - `GrowthFactor` number, float — The percentage of targets to receive a deployed configuration during each interval.
    - `FinalBakeTimeInMinutes` integer — The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.
    - `State` 'BAKING' | 'VALIDATING' | 'DEPLOYING' | 'COMPLETE' | 'ROLLING_BACK' | 'ROLLED_BACK' — The state of the deployment.
    - `PercentageComplete` number, float — The percentage of targets for which the deployment is available.
    - `StartedAt` string, date-time — Time the deployment started.
    - `CompletedAt` string, date-time — Time the deployment completed.
  - `NextToken` string — The token for the next set of items to return. Use this token to get the next set of results.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — BadRequestException

---

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