---
title: "Returns a list of partitions"
method: GET
path: "/vdisks/{VDiskId}/partitions"
---

# Returns a list of partitions

`GET /vdisks/{VDiskId}/partitions`

## Path parameters

- `VDiskId` integer, required

## Response `200`

Node info and JSON array with partitions info

- VDiskPartitions
  - `vdisk` integer
  - `node` string
  - `disk` string
  - `partitions` string[]

## Other responses

- `403` — Permission denied
- `404` — Not found

## Changes

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

[Change history](https://skmtc.dev/qoollo/apis/bob-node-api/changes/vdisks/:VDiskId/partitions/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/73016e163ee1/schema)
