---
title: "Get namespace blobs on height"
method: GET
path: "/namespace_by_hash/{hash}/{height}"
tags: ["namespace"]
---

# Get namespace blobs on height

`GET /namespace_by_hash/{hash}/{height}`

Returns all blobs submitted to the given namespace (identified by base64-encoded hash) at the specified block height, fetched directly from the DA node.

## Path parameters

- `hash` string, required
- `height` integer, required

## Response `200`

OK

- ResponsesBlob[]
  - `commitment` string, base64
  - `content_type` string, string
  - `data` string, base64
  - `namespace` string, base64
  - `share_version` integer

## Other responses

- `400` — Bad Request

---

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