---
title: Get
url: https://docs.vultr.com/reference/vultr-cli/block-storage/get
description: Retrieves and displays detailed configuration and status information for a specific Block Storage volume using its ID.
publish_date: 2025-09-14T03:01:49.263038Z
last_updated: 2025-11-07T17:39:53.367065Z
---

The `vultr-cli block-storage get` command retrieves detailed information about a specific Block Storage volume using its ID, displaying configuration and status details.

## Usage

```console
$ vultr-cli block-storage get <Block Storage ID>
```

## Examples

```console
# Full example
$ vultr-cli block-storage get 67181686-5455-4ebb-81eb-7299f3506e2c

# Shortened with aliased commands
$ vultr-cli bs g 67181686-5455-4ebb-81eb-7299f3506e2c
```