---
title: "Returns a list of vdisks"
method: GET
path: "/vdisks"
---

# Returns a list of vdisks

`GET /vdisks`

## Response `200`

A JSON array of vdisks info

- VDisk[]
  - `id` integer, required
  - `replicas` Replica[]
    - `node` string
    - `disk` string, required
    - `path` string, required

## Other responses

- `403` — Permission denied

## Changes

- **2022-07-03** `fa4b74390467` — 1 info
  - added the non-success response with the status `403`
- **2021-03-08** `e24fa09d401f` — 1 info
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/qoollo/apis/bob-node-api/changes/vdisks/get.md)

---

[API](https://skmtc.dev/qoollo/apis/bob-node-api.md) · [All operations](https://skmtc.dev/qoollo/apis/bob-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qoollo/bob-node-api/revisions/fa4b74390467/schema)
