---
title: "List all blobs with filters"
method: GET
path: "/blob"
tags: ["namespace"]
---

# List all blobs with filters

`GET /blob`

Returns a paginated list of blob log entries across all namespaces. Supports filtering by commitment, time range, signer addresses, and namespace identifiers. Cursor-based pagination is available via the cursor parameter.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `sort_by` 'time' | 'size'
- `commitment` string
- `from` integer
- `to` integer
- `signers` string
- `namespaces` string
- `cursor` integer

## Response `200`

OK

- ResponsesLightBlobLog[]
  - `commitment` string, base64
  - `content_type` string, string
  - `height` integer
  - `id` integer
  - `namespace` string, base64
  - `share_version` integer
  - `signer` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `size` integer
  - `time` string, date-time
  - `tx_hash` string, binary

## 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)
