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

# Get deployment status

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

Returns the current status of a deployment without fetching full build logs. Use this endpoint for lightweight polling while a deployment is building or waiting to become ready.

## Path parameters

- `id` string, required

## Response `200`

Deployment status retrieved successfully

## Other responses

- `400` — Deployment ID is required
- `401` — Invalid API key
- `403` — API key does not have access to compute service

---

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