---
title: "List namespaces"
method: GET
path: "/v1/namespaces"
tags: ["Namespaces"]
---

# List namespaces

`GET /v1/namespaces`

Lists all namespaces for the authenticated organization.

## Response `200`

Successful response

- object
  - `results` Namespace[], required
    - `id` string, required — Unique namespace identifier (e.g. `ns_CjXuYOtW`).
    - `name` string, required — Namespace name. This is the value used in API path parameters.
    - `created_at` string, date-time, required — ISO 8601 timestamp.
    - `updated_at` string, date-time, required — ISO 8601 timestamp.
    - `attributes_schema` NamespaceAttributesSchema — Maps attribute names to their configuration.

## Other responses

- `401` — Missing or invalid API key.

---

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