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

# Get the build log.

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

Get the build log with the given build name.

## Path parameters

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

## Query parameters

- `since` 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)
