---
title: "Get all stored blobs"
method: GET
path: "/chains/{chainID}/core/blobs"
tags: ["corecontracts"]
---

# Get all stored blobs

`GET /chains/{chainID}/core/blobs`

## Path parameters

- `chainID` string, string, required

## Response `200`

All stored blobs

- BlobListResponse
  - `Blobs` Blob[]
    - `hash` string, string, required
    - `size` integer, required

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

## Changes

- **2023-02-13** `1041f915f260` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/iotaledger/apis/wasp-api/changes/chains/:chainID/core/blobs/get.md)

---

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