---
title: "GET /v1beta/{tenantId}/block/volumes/{volumeId}"
method: GET
path: "/v1beta/{tenantId}/block/volumes/{volumeId}"
tags: ["Block volumes"]
---

# GET /v1beta/{tenantId}/block/volumes/{volumeId}

`GET /v1beta/{tenantId}/block/volumes/{volumeId}`

Gets volume detail by volume id.

## Response `200`

OK

- VolumeRespSpec — Volume is an block device created by storage service, it can be attached to physical machine or virtual machine instance.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `tenantId` string
  - `userId` string
  - `name` string
  - `multiAttach` boolean
  - `description` string
  - `size` integer
  - `availabilityZone` string
  - `status` string
  - `profileId` string
  - `poolId` string
  - `snapshotId` string
  - `groupId` string
  - `snapshotFromCloud` boolean
  - `replicationId` string
  - `identifier` object
    - `durableName` string
    - `durableNameFormat` string
  - `replicationDriverData` object
  - `metadata` object

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `404` — The resource does not exist
- `500` — An unexpected error occured.

---

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