cURL
curl --request GET \ --url https://rest.runpod.io/v1/networkvolumes \ --header 'Authorization: Bearer <token>'
[ { "id": "agv6w2qcg7", "name": "my network volume", "size": 50, "dataCenterId": "EU-RO-1" } ]
Returns a list of network volumes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation.
The response is of type object[].
object[]
Was this page helpful?