---
title: "GET /v1/namespaces"
method: GET
path: "/v1/namespaces"
---

# GET /v1/namespaces

`GET /v1/namespaces`

List namespaces.

## Query parameters

- `cursor` string
- `prefix` string
- `page_size` integer

## Response `200`

A JSON array of namespace metadata.

- object
  - `namespaces` NamespaceSummary[] — The list of namespaces.
    - `id` string, required — The namespace ID.
  - `next_cursor` string — The cursor to use to retrieve the next page of results.

## Other responses

- `default` — An error response.

---

[API](https://skmtc.net/turbopuffer/apis/turbopuffer-api.md) · [All operations](https://skmtc.net/turbopuffer/apis/turbopuffer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turbopuffer/turbopuffer-api/revisions/245e887f04ab/schema)
