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

# GET /v1/namespaces

`GET /v1/namespaces`

## Query parameters

- `page` integer
- `pageSize` integer
- `keyword` string
- `status` integer

## Response `200`

OK

- GoddessApiV1ListNamespaceReply
  - `total` string
  - `page` integer
  - `pageSize` integer
  - `items` GoddessApiV1NamespaceItem[]
    - `uid` string
    - `name` string
    - `metadata` object
    - `remark` string
    - `createdAt` string
    - `updatedAt` string
    - `status` integer
    - `logo` string
    - `secret` string
    - `banners` string[]
    - `leader` string

## Changes

- **2026-03-04** `45a5546b53fa` — 4 info
  - added the optional property `items/items/banners` to the response with the `200` status
  - added the optional property `items/items/leader` to the response with the `200` status
  - added the optional property `items/items/logo` to the response with the `200` status
  - added the optional property `items/items/secret` to the response with the `200` status
- **2026-03-02** `1426b00d9122` — 1 info
  - endpoint added
- **2026-02-27** `9f425f6d2358` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-2/changes/v1/namespaces/get.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-2/revisions/d97780a0ed10/schema)
