---
title: "List disk devices"
method: GET
path: "/disk/list"
tags: ["Disk"]
---

# List disk devices

`GET /disk/list`

List all disk devices on the system

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalInterfacesServicesDiskDisk
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesDiskDisk[]
    - `device` string
    - `gpt` boolean
    - `model` string
    - `partitions` GithubComAlchemillahqSylveInternalInterfacesServicesDiskPartition[]
      - `name` string
      - `size` integer
      - `usage` string
      - `uuid` string
    - `serial` string
    - `size` integer
    - `smartData` unknown
    - `type` string
    - `usage` string
    - `uuid` string
    - `wearOut` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/versions/950e51f8af98/schema)
