---
title: "Read Run Blob"
method: GET
path: "/api/v1/runs/{id}/blobs/{blobHash}"
tags: ["Run Internals"]
---

# Read Run Blob

`GET /api/v1/runs/{id}/blobs/{blobHash}`

Reads a previously stored blob by hash.

## Path parameters

- `id` string, required
- `blobHash` string, required — Content-addressed SHA-256 hash of a stored blob. Hex input is case-insensitive; Fabro emits the canonical lowercase form.

## Response `200`

Blob contents

## Other responses

- `404` — Run or blob not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/52f1d8aaf083/schema)
