---
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.

## Changes

- **2023-10-06** `cf08e00ba33f` — 2 breaking
  - the `projects/items/isDeployed` response's property type/format changed from `string`/`` to `boolean`/`` for status `200`
  - the `projects/items/scale` response's property type/format changed from `string`/`` to `number`/`` for status `200`
- **2023-09-28** `0473216ad4bf` — 1 info
  - api operation id `getApps` was added
- **2023-09-25** `d253f41e4513` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/liara-cloud/apis/paas/changes/v1/projects/get.md)

---

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