---
title: "Get disks"
method: GET
path: "/v1/projects/{id}/disks"
tags: ["Disks"]
---

# Get disks

`GET /v1/projects/{id}/disks`

get disks that user owns

## Path parameters

- `id` string, required

## Response `200`

Successful operation

- GetDisks
  - `disks` object[]
    - `_id` string
    - `name` string
    - `size` integer
    - `updatedAt` string
    - `createdAt` string
  - `mounts` object[]
    - `name` string
    - `mountedTo` string

## Other responses

- `400` — Bad request
- `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/revisions/4413e6f56089/schema)
