---
title: "List project deployments"
method: GET
path: "/applications/v1/projects/{id}/deployments"
tags: ["Applications Deployments"]
---

# List project deployments

`GET /applications/v1/projects/{id}/deployments`

Lists deployments for one project in the authenticated organization. If the hosting project has not been created yet, this endpoint returns an empty list with a progress message instead of failing.

## Path parameters

- `id` string, required

## Query parameters

- `limit` number
- `target` 'production' | 'staging'
- `state` string

## Response `200`

Project deployments retrieved successfully

## Other responses

- `400` — Project ID is required
- `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)
