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

# Get namespace projects

`GET /v1/namespaces/{id}/projects`

Return the projects that belong to the namespace.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- Project[]
  - `id` string, required — Unique identifier of the project.
  - `key` string, required — Key of the project.
  - `name` string, required — Name of the project.
  - `description` string, nullable — Description of the project.
  - `logo` string, uri, nullable — Logo of the project.
  - `status` 'active' | 'pending', required — Status of the project.
  - `teams` string[], required — IDs of the teams in the project.
  - `documents` PartialDocument[], required — Documents in the project.
    - `id` string, required — Unique identifier of the document.
    - `name` string, required — Name of the document.
    - `excerpt` string, nullable — Excerpt of the document.
    - `created_by` string, required — ID of the user who created the document.
    - `created_at` string, date-time, nullable — Date when the document was created.
  - `issues` string[], required — IDs of the issues in the project.
  - `created_at` string, date-time, required — Date when the project was created.
  - `updated_at` string, date-time, nullable, required — Date when the project 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/6ff580b1e226/schema)
