---
title: "GET /api/projects"
method: GET
path: "/api/projects"
tags: ["api"]
---

# GET /api/projects

`GET /api/projects`

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Project[], required
    - `pid` string, uuid — A UUID identifying this project.
    - `name` string, required — Project's name.
    - `category` 'NOT ESPECIFIED' | 'E-COMMERCE' | 'LOGISTICS' | 'FINANCE' | 'EDUCATIONAL' | 'TECHNOLOGY' | 'OTHER_CATEGORY' — Project's category.
    - `container_image` string — Path of the project's container image.
    - `users` Permission[] — Users with permissions on this project.
      - `user` UserDetail — User details.
        - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
        - `email` string, email
      - `permission` 'OWNER' | 'ADMIN' | 'DEVELOPER' | 'VIEWER' — Permission on this project.
    - `data_status` 'PERSISTENT' | 'PENDING' — Data status.
    - `data_expiry_days` integer — Days before data is deleted.

## Changes

- **2022-06-23** `abc63a565218` — 2 warning
  - deleted the `query` request parameter `ordering`
  - deleted the `query` request parameter `search`

[Change history](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/changes/api/projects/get.md)

---

[API](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/revisions/35a797b423b4/schema)
