---
title: "Gets the Volume resource with the given name."
method: GET
path: "/Resources/Volumes/{volumeResourceName}"
tags: ["MeshVolumes"]
---

# Gets the Volume resource with the given name.

`GET /Resources/Volumes/{volumeResourceName}`

Gets the information about the Volume resource with the given name. The information include the description and other properties of the Volume.

## Path parameters

- `volumeResourceName` string, required

## Query parameters

- `api-version` '6.4-preview', required

## Response `200`

OK

- VolumeResourceDescription — This type describes a volume resource.
  - `name` string, required — Name of the Volume resource.
  - `properties` VolumeProperties, required — Describes properties of a volume resource.
    - `description` string — User readable description of the volume.
    - `status` 'Unknown' | 'Ready' | 'Upgrading' | 'Creating' | 'Deleting' | 'Failed' — Status of the resource.
    - `statusDetails` string — Gives additional information about the current status of the volume.
    - `provider` 'SFAzureFile', required — Describes the provider of the volume resource.
    - `azureFileParameters` VolumeProviderParametersAzureFile — This type describes a volume provided by an Azure Files file share.
      - `accountName` string, required — Name of the Azure storage account for the File Share.
      - `accountKey` string — Access key of the Azure storage account for the File Share.
      - `shareName` string, required — Name of the Azure Files file share that provides storage for the volume.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
