---
title: "Get deployment"
method: GET
path: "/applications/v1/deployments/{id}"
tags: ["Applications Deployments"]
---

# Get deployment

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

Returns deployment details for one project in the authenticated organization. Set includeLogs=true to include recent build output in the response.

## Path parameters

- `id` string, required

## Query parameters

- `projectId` string, required
- `includeLogs` boolean

## Response `200`

Deployment retrieved successfully

## Other responses

- `400` — Deployment ID or project ID is missing
- `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)
