---
title: "Get user's namespaces"
method: GET
path: "/namespaces"
tags: ["namespaces"]
---

# Get user's namespaces

`GET /namespaces`

Get a list of all namespaces owned by the authenticated user

## Response `200`

Successful response

- NamespacesResponse
  - `namespaces` Namespace[], required
    - `name` string, required
    - `createdAt` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - missing namespaces:read permission

---

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