---
title: "List all shared volumes"
method: GET
path: "/compute/clusters/storage/volumes"
tags: ["SharedVolumeService"]
---

# List all shared volumes

`GET /compute/clusters/storage/volumes`

List all shared volumes.

## Query parameters

- `projectId` string — Optional UMS project ID to filter volumes by. When set, only volumes belonging to this project are returned. The caller must be a member of the project; otherwise the result set will be empty.

## Response `200`

OK

- GPUClustersSharedVolumes
  - `volumes` GPUClustersSharedVolume[], required
    - `volume_id` string, required — ID of the volume.
    - `volume_name` string, required — User provided name of the volume.
    - `size_tib` integer, required — Size of the volume in TiB.
    - `status` 'scheduled' | 'available' | 'bound' | 'provisioning' | 'deleting' | 'failed' | 'access_revoked' | 'unknown', required — Current status of the shared volume.

---

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