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

# List namespaces

`GET /namespace`

List namespaces within an account.

## Query parameters

- `offset` integer
- `limit` integer
- `account_id` string, required

## Response `200`

The operation was successful.

- SchemasAccountListResponse
  - `paging` object, required
    - `total` integer, required — The total number of results matching the query.
    - `offset` integer, required — The starting point for pagination. Defaults to 0 if not provided.
    - `limit` integer, required — The maximum number of results to return per page. The maximum allowed value is 200.
  - `results` Namespace[], required
    - `id` integer, required — A system-wide unique ID for the namespace.
    - `name` string, required — The name of the namespace.
    - `status` 'active' | 'inactive', required — The status of the namespace.
    - `slug` string, required — An account-wide unique slug for the namespace.
    - `account_id` integer, required — The ID of the account that owns this namespace.
    - `metadata` ComponentsSchemasMetadataComponent — The metadata loaded via metadata catalog API.
      - `key` string — The key of the metadata.
      - `value` string — The value of the metadata.
      - `additional_properties` object — Additional properties of the metadata.
        - `schemas` unknown[] — The schemas of the metadata, in JSON format.
          - unknown
        - `tags` object[]
          - `key` string
          - `value` string

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

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