---
title: "GET /deploymentstrategies"
method: GET
path: "/deploymentstrategies"
---

# GET /deploymentstrategies

`GET /deploymentstrategies`

Lists deployment strategies.

## Query parameters

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

## Response `200`

Success

- DeploymentStrategies
  - `Items` DeploymentStrategy[] — The elements from this collection.
    - `Id` string — The deployment strategy ID.
    - `Name` string — The name of the deployment strategy.
    - `Description` string — The description of the deployment strategy.
    - `DeploymentDurationInMinutes` integer — Total amount of time the deployment lasted.
    - `GrowthType` 'LINEAR' | 'EXPONENTIAL' — The algorithm used to define how percentage grew over time.
    - `GrowthFactor` number, float — The percentage of targets that received a deployed configuration during each interval.
    - `FinalBakeTimeInMinutes` integer — The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.
    - `ReplicateTo` 'NONE' | 'SSM_DOCUMENT' — Save the deployment strategy to a Systems Manager (SSM) document.
  - `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` — InternalServerException
- `481` — 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)
