---
title: "Returns a partition info by ID"
method: GET
path: "/vdisks/{VDiskId}/partitions/{partitionId}"
---

# Returns a partition info by ID

`GET /vdisks/{VDiskId}/partitions/{partitionId}`

## Path parameters

- `VDiskId` integer, required
- `partitionId` string, required

## Response `200`

A JSON with partition info

- Partition
  - `vdisk_id` integer
  - `node_name` string
  - `disk_name` string
  - `timestamp` integer
  - `records_count` integer

## Other responses

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

## Changes

- **2022-07-03** `fa4b74390467` — 1 breaking, 7 info
  - the response's body type changed from `string` to no type for status `200`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the optional property `disk_name` to the response with the `200` status
  - …4 more
- **2021-03-08** `e24fa09d401f` — 1 breaking, 5 warning, 2 info
  - the response's body type changed from no type to `string` for status `200`
  - removed the optional property `disk_name` from the response with the `200` status
  - removed the optional property `node_name` from the response with the `200` status
  - removed the optional property `records_count` from the response with the `200` status
  - …4 more

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