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

# Get deployment logs

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

Returns build and runtime log events for a deployment after verifying access to the owning project. Use this when you need detailed output for a failed or in-progress build.

## Path parameters

- `id` string, required

## Query parameters

- `projectId` string, required

## Response `200`

Deployment logs 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)
