---
title: "Get namespace"
method: GET
path: "/v1/namespaces/{id}"
tags: ["Namespace"]
---

# Get namespace

`GET /v1/namespaces/{id}`

Return the requested namespace by its ID.

## Response `200`

OK

- Namespace — A namespace in an organization.
  - `id` string, required — Unique identifier of the namespace.
  - `name` string, required — Name of the namespace.
  - `description` string, nullable — Description of the namespace.
  - `project_count` integer, nullable — Number of projects in the namespace when projected.
  - `document_count` integer, nullable — Number of documents in the namespace when projected.
  - `created_at` string, date-time, required — Date when the namespace was created.
  - `updated_at` string, date-time, nullable, required — Date when the namespace was updated.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.net/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opcotech/elemo-api/revisions/6965ecf3ab92/schema)
