---
title: "Get a namespace"
method: GET
path: "/api/v1alpha/namespaces/{namespace}"
tags: ["Namespaces"]
---

# Get a namespace

`GET /api/v1alpha/namespaces/{namespace}`

Returns the record for a single active namespace, including its deployed services map.

## Path parameters

- `namespace` string, required

## Response `200`

Namespace retrieved successfully

- NamespaceInfo
  - `namespace` string — Namespace identifier
  - `services` object — Map of services and their rate limits

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Namespace not found

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
