---
title: "List network volumes"
method: GET
path: "/networkvolumes"
tags: ["network volumes"]
---

# List network volumes

`GET /networkvolumes`

Returns a list of network volumes.

## Response `200`

Successful operation.

- object[]
  - `id` string — A unique string identifying a network volume.
  - `name` string — A user-defined name for a network volume. The name does not need to be unique.
  - `size` integer — The amount of disk space, in gigabytes (GB), allocated to a network volume.
  - `dataCenterId` string — The Runpod data center ID where a network volume is located.

## Other responses

- `400` — Invalid ID supplied.
- `404` — Network volume not found.

---

[API](https://skmtc.dev/runpod/apis/runpod-api.md) · [All operations](https://skmtc.dev/runpod/apis/runpod-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runpod/runpod-api/revisions/759c8050ed88/schema)
