---
title: "Find a network volume by ID"
method: GET
path: "/networkvolumes/{networkVolumeId}"
tags: ["network volumes"]
---

# Find a network volume by ID

`GET /networkvolumes/{networkVolumeId}`

Returns a single network volume.

## Path parameters

- `networkVolumeId` string, required

## Response `200`

Successful operation.

- NetworkVolume
  - `dataCenterId` string — The Runpod data center ID where a network volume is located.
  - `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.

## 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)
