---
title: "List namespace info"
method: GET
path: "/namespace"
tags: ["namespace"]
---

# List namespace info

`GET /namespace`

Returns a paginated list of namespaces. Supports sorting by creation time, PayForBlobs count, or total blob size.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `sort_by` 'time' | 'pfb_count' | 'size'

## Response `200`

OK

- ResponsesNamespace[]
  - `blobs_count` integer
  - `hash` string, base64
  - `id` integer
  - `last_height` integer
  - `last_message_time` string, date-time
  - `name` string, string
  - `namespace_id` string, binary
  - `pfb_count` integer
  - `reserved` boolean
  - `size` integer
  - `version` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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