---
title: "Get the deployment log."
method: GET
path: "/users/{login_name}/clusters/{cluster_id}/deployments/{name}/logs"
tags: ["log", "deployment"]
---

# Get the deployment log.

`GET /users/{login_name}/clusters/{cluster_id}/deployments/{name}/logs`

Get the deployment log with the given deployment name.

## Path parameters

- `login_name` string, required
- `cluster_id` string, required
- `name` string, required

## Query parameters

- `since` string, required
- `end` string
- `tail` integer

## Response `200`

OK

- DeploymentLogResponse
  - `logs` DeploymentLog[]
    - `deployment_id` string
    - `instance` string
    - `text` string
    - `timestamp` string
    - `user` string

---

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