GET
/
networkvolumes
/
{networkVolumeId}
curl --request GET \
  --url https://rest.runpod.io/v1/networkvolumes/{networkVolumeId} \
  --header 'Authorization: Bearer <token>'
{
  "dataCenterId": "EU-RO-1",
  "id": "agv6w2qcg7",
  "name": "my network volume",
  "size": 50
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

networkVolumeId
string
required

ID of network volume to return.

Response

200
application/json

Successful operation.

The response is of type object.