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

# List disk devices

`GET /disk`

List all disk devices on the system

## Query parameters

- `smart` 'full' | 'none'

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalInterfacesServicesDiskDisk
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesDiskDisk[]
    - `device` string
    - `gpt` boolean
    - `identityStable` boolean
    - `model` string
    - `partitions` GithubComAlchemillahqSylveInternalInterfacesServicesDiskPartition[]
      - `name` string
      - `size` integer
      - `usage` string
      - `uuid` string
    - `selfTestLog` GithubComAlchemillahqSylveInternalInterfacesServicesDiskDiskSelfTestLog
      - `checksum_valid` boolean
      - `entries` GithubComAlchemillahqSylveInternalInterfacesServicesDiskDiskSelfTestEntry[]
        - `lba` integer
        - `lba_valid` boolean
        - `lifetime_hours` integer
        - `nsid` integer
        - `nsid_valid` boolean
        - `remaining_pct` integer
        - `status` string
        - `type` string
      - `in_progress` boolean
      - `progress_pct` integer
    - `serial` string
    - `size` integer
    - `smartData` unknown
    - `type` string
    - `usage` string
    - `uuid` string
    - `wearOut` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `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/revisions/7a7bea85004e/schema)
