---
title: "Get details of all projects"
method: GET
path: "/v1/projects"
tags: ["Apps"]
---

# Get details of all projects

`GET /v1/projects`

get all details of all projects that user owns

## Response `200`

Successful operation

- Projects
  - `projects` object[]
    - `_id` string — The id of project
    - `project_id` string — The name of project
    - `type` string — The platform of project
    - `status` string — The status of project
    - `scale` number — The being on of project
    - `planID` string — The plan of project
    - `created_at` string — The time to create the project
    - `isDeployed` boolean — The project deployment status

## Other responses

- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/versions/4413e6f56089/schema)
