---
title: "Get Namespace List of Kubernetes"
method: GET
path: "/namespace/"
tags: ["Namespace"]
---

# Get Namespace List of Kubernetes

`GET /namespace/`

## Headers

- `Authorization` string, required

## Response `200`

Success

- object
  - `msg` string
  - `data` ModulesNamespace
    - `age` string
    - `annotations` object
    - `labels` object
    - `name` string
    - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized operation
- `500` — Internal server error

---

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