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

---

[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)
