---
title: "Lists all the volume resources."
method: GET
path: "/Resources/Volumes"
tags: ["MeshVolumes"]
---

# Lists all the volume resources.

`GET /Resources/Volumes`

Gets the information about all volume resources in a given resource group. The information include the description and other properties of the Volume.

## Query parameters

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

## Response `200`

OK

- PagedVolumeResourceDescriptionList — The list of volume resources. The list is paged when all of the results cannot fit in a single message. The next set of results can be obtained by executing the same query with the continuation token provided in this list.
  - `ContinuationToken` string — The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.
  - `Items` VolumeResourceDescription[] — One page of the list.
    - `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/versions/6ebed3032b57/schema)
