---
title: "Get build logs"
method: GET
path: "/api/v1/functions/{function_id}/deployments/{deployment_id}/logs"
tags: ["Functions"]
---

# Get build logs

`GET /api/v1/functions/{function_id}/deployments/{deployment_id}/logs`

## Path parameters

- `function_id` string, required
- `deployment_id` string, uuid, required

## Response `200`

Build log lines (poll until `complete`)

- object
  - `success` boolean
  - `data` object
    - `lines` FunctionBuildLogLine[]
      - `timestamp` string
      - `step` string
      - `message` string
    - `complete` boolean

## Other responses

- `401` — Authentication required

---

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