---
title: "Get Blueprint build logs."
method: GET
path: "/v1/blueprints/{id}/logs"
tags: ["Blueprint", "Blueprint-ObservabilityTools"]
---

# Get Blueprint build logs.

`GET /v1/blueprints/{id}/logs`

Get all logs from the building of a Blueprint.

## Path parameters

- `id` string, required

## Response `200`

OK

- BlueprintBuildLogsListView
  - `blueprint_id` string, required — ID of the Blueprint.
  - `logs` BlueprintBuildLog[], required — List of logs generated during Blueprint build.
    - `level` string, required — Log line severity level.
    - `timestamp_ms` integer, required — Time of log (Unix timestamp milliseconds).
    - `message` string, required — Log line message.

---

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