---
title: "Get deployment logs"
method: GET
path: "/v1/deployments/{deploymentId}/logs"
tags: ["deployments"]
---

# Get deployment logs

`GET /v1/deployments/{deploymentId}/logs`

Get the logs for a deployment

## Path parameters

- `deploymentId` string, required — The ID of the deployment

## Response `200`

The deployment logs

- object
  - `logs` object[], required
    - `timestamp` string, date-time
    - `content` string
  - `hasMoreLogs` boolean, required

## Other responses

- `400` — 400
- `404` — 404

## Changes

- **2026-08-11** `605de0884cc9` — 1 info
  - added the non-success response with the status `400`
- **2026-07-31** `c2f44f4cfd87` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alpic/apis/alpic-api/changes/v1/deployments/:deploymentId/logs/get.md)

---

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