---
title: "List deployments"
method: GET
path: "/applications/v1/deployments"
tags: ["Applications Deployments"]
---

# List deployments

`GET /applications/v1/deployments`

Lists recent deployments for one project in the authenticated organization. Use the optional filters to narrow results by target or deployment state.

## Query parameters

- `projectId` string, required
- `limit` number
- `target` 'production' | 'staging'
- `state` string

## Response `200`

Deployments retrieved successfully

## Other responses

- `400` — Project ID is missing or the project is not linked to Vercel
- `401` — Invalid API key
- `403` — API key does not have access to compute service
- `404` — Project not found

---

[API](https://skmtc.dev/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.dev/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/ff4b6844ccdf/schema)
