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

# GET /applications/{applicationId}/deployments/{deploymentId}

`GET /applications/{applicationId}/deployments/{deploymentId}`

Gets details of a specific deployment with a given deployment identifier.

## Path parameters

- `applicationId` string, required
- `deploymentId` string, required

## Response `200`

Success

- GetDeploymentResponse
  - `applicationId` string, required — The unique identifier of the application.
  - `applicationVersion` integer, required — The application version.
  - `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 status of the deployment.
  - `statusReason` string — The reason for the reported status.

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