---
title: "List deployments for an application"
method: GET
path: "/applications/{application-identifier}/deployments"
tags: ["deployments"]
---

# List deployments for an application

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

Returns a list of deployments for the specified application

## Query parameters

- `count` integer
- `offset` integer
- `orderby` string[]

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