---
title: "Get details of a project"
method: GET
path: "/v1/projects/{name}"
tags: ["Apps"]
---

# Get details of a project

`GET /v1/projects/{name}`

get all details of all project that user owns

## Path parameters

- `name` string, required

## Response `200`

Successful operation

- ProjectAllDetails
  - `project` 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
    - `defaultSubdomain` boolean — The defaultSubdomain status of project
    - `readOnlyRootFilesystem` boolean — The readOnlyRootFilesystem of project
    - `zeroDowntime` boolean — The zeroDowntime status of project
    - `scale` number — The being on of project
    - `envs` object[] — The envs of project
      - `key` string
      - `value` string
      - `encrypted` boolean
      - `_id` string
    - `planID` string — The plan of project
    - `fixedIPStatus` string — The fixedIPStatus of project
    - `created_at` string — The time to create of project
    - `node` object — The node of project
      - `_id` string
      - `IP` string
    - `hourlyPrice` number — The hourlyPrice of project
    - `isDeployed` boolean — The deployment status of project
    - `reservedDiskSpace` number — The count reservedDiskSpace of project

## Other responses

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

## Changes

- **2024-01-14** `320d19021488` — 1 info
  - added the optional property `project/readOnlyRootFilesystem` to the response with the `200` status
- **2023-10-06** `cf08e00ba33f` — 2 breaking
  - the `project/isDeployed` response's property type/format changed from `string`/`` to `boolean`/`` for status `200`
  - the `project/scale` response's property type/format changed from `string`/`` to `number`/`` for status `200`

[Change history](https://skmtc.dev/liara-cloud/apis/paas/changes/v1/projects/:name/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)
