---
title: "Get all the projects in given namespace"
method: GET
path: "/namespaces/{namespace}/projects"
tags: ["meta"]
---

# Get all the projects in given namespace

`GET /namespaces/{namespace}/projects`

## Path parameters

- `namespace` string, required

## Response `200`

OK

- Projects — List of all projects in given namespace
  - `meta` Meta — List apiVersion and timestamp of the API request
    - `apiVersion` string
    - `timestamp` string
  - `projects` Project[]
    - `app_id` string
    - `job_id` string
    - `desired_tag` string

---

[API](https://skmtc.net/centos/apis/apis-for-centos-community-container-pipeline-service.md) · [All operations](https://skmtc.net/centos/apis/apis-for-centos-community-container-pipeline-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centos/apis-for-centos-community-container-pipeline-service/revisions/6ee0049647b1/schema)
