---
title: "Get a VPS Instance Volume"
method: GET
path: "/vps/volume/{volumeId}"
tags: ["VPS"]
---

# Get a VPS Instance Volume

`GET /vps/volume/{volumeId}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- VPSVolume
  - `createdAt` string, date-time — The created date/time of the VPS instance volume.
  - `deviceId` integer — Device ID the disk is attached to
  - `facilityCode` string — The facility code associated with the VPS Volume. For example: `TPA1`.
  - `size` integer — Disk size in bytes
  - `type` string — Disk type. Options are `ROOT` for root volumes and `DATADISK` for additional disks.
  - `volumeId` string — The unique VPS instance volume ID.

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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