---
title: "Get the latest deployment"
method: GET
path: "/applications/{application-identifier}/deployments/latest"
tags: ["deployments"]
---

# Get the latest deployment

`GET /applications/{application-identifier}/deployments/latest`

Returns the latest deployment

## Response `200`

OK

- Deployment
  - `identifier` string, required
  - `applicationIdentifier` string, required
  - `version` string, required
  - `emailAddress` string, email
  - `ownerName` string
  - `comment` string
  - `scmIdentifier` string
  - `scmType` 'gitHub' | 'bitbucket' | 'gitLab' | 'azureDevOps'
  - `deployedAt` string, date-time
  - `applicationUrl` string, uri

## Other responses

- `401` — Problem Details
- `403` — Problem Details
- `404` — Problem Details
- `429` — Too many requests

---

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