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

- `404` — 404

---

[API](https://skmtc.net/alpic/apis/alpic-api.md) · [All operations](https://skmtc.net/alpic/apis/alpic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpic/alpic-api/versions/c2f44f4cfd87/schema)
