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

# Read Run Blob

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

Reads a previously stored blob by identifier.

## Path parameters

- `id` string, required
- `blobId` string, required

## 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/versions/bee030053823/schema)
