---
title: "GET /v1beta/{tenantId}/block/volumeGroups/{volumeGroupId}"
method: GET
path: "/v1beta/{tenantId}/block/volumeGroups/{volumeGroupId}"
tags: ["Block volume group"]
---

# GET /v1beta/{tenantId}/block/volumeGroups/{volumeGroupId}

`GET /v1beta/{tenantId}/block/volumeGroups/{volumeGroupId}`

Gets volume group detail by volume group id.

## Response `200`

OK

- VolumeGroupRespSpec — Volume group contains a list of volumes that are used in the same application.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `availabilityZone` string
  - `status` string
  - `poolId` string
  - `profiles` string[]

## 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/revisions/62ce0f6c94b4/schema)
