---
title: "GET /deploymentstrategies/{DeploymentStrategyId}"
method: GET
path: "/deploymentstrategies/{DeploymentStrategyId}"
---

# GET /deploymentstrategies/{DeploymentStrategyId}

`GET /deploymentstrategies/{DeploymentStrategyId}`

Retrieves information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.

## Path parameters

- `DeploymentStrategyId` string, required

## Response `200`

Success

- DeploymentStrategy
  - `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.

## 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)
