---
title: "GET /clipboard/blobs/:blob_id"
method: GET
path: "/clipboard/blobs/{blob_id}"
tags: ["clipboard"]
---

# GET /clipboard/blobs/:blob_id

`GET /clipboard/blobs/{blob_id}`

Serves the raw bytes of a stored blob. Binary endpoint: the response is
`application/octet-stream` (the resolved MIME type when known), NOT the
`{ data, ts }` JSON envelope (ADR-008 §0.2 keeps binary endpoints exempt).
Returns 404 if the blob is unknown, 500 on an internal resolution failure.

## Path parameters

- `blob_id` string, required

## Response `200`

Raw blob bytes

## Other responses

- `404` — Blob not found
- `500` — Internal server error

---

[API](https://skmtc.net/uniclipboard/apis/uniclipboard-daemon-api.md) · [All operations](https://skmtc.net/uniclipboard/apis/uniclipboard-daemon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uniclipboard/uniclipboard-daemon-api/versions/a5d29889448a/schema)
