---
title: "Returns the list of disks with their states"
method: GET
path: "/disks/list"
---

# Returns the list of disks with their states

`GET /disks/list`

## Response `200`

A JSON array with disks and their states

- DiskState[]
  - `name` string, required
  - `path` string, required
  - `is_active` boolean, required

## Other responses

- `403` — Permission denied

---

[API](https://skmtc.net/qoollo/apis/bob-node-api.md) · [All operations](https://skmtc.net/qoollo/apis/bob-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qoollo/bob-node-api/versions/73016e163ee1/schema)
