---
title: "Get deployment build logs"
method: GET
path: "/api/v1/apps/deployments/{deployment_id}/logs"
tags: ["Raff Apps"]
---

# Get deployment build logs

`GET /api/v1/apps/deployments/{deployment_id}/logs`

## Path parameters

- `deployment_id` string, uuid, required

## Response `200`

Build log lines

- object
  - `success` boolean
  - `lines` AppBuildLogLine[]
    - `timestamp` string, date-time
    - `message` string
    - `component` string
    - `stream` string
  - `complete` boolean

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

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