Skip to main content
GET
Get volume

Authorizations

Authorization
string
header
required

Your AI Reserve API key (aireserve_api_…) from the API Keys page in the portal (https://portal.aireserve.com/keys).

Path Parameters

id
string<uuid>
required

Response

Volume detail.

A RunPod network volume owned by your organization. Storage billing accrues continuously regardless of pod state.

id
string<uuid>
required
name
string
required
dataCenterId
string
required
sizeGb
integer
required
status
enum<string>
required
Available options:
requested,
creating,
ready,
deleting,
deleted,
failed
createdAt
string<date-time>
required
attachedPodId
string<uuid> | null
hourlyRateUsd
string

Current total hourly storage charge in USD, six-decimal precision.

paidThroughAt
string<date-time> | null
delinquency
object | null

Active delinquency record if any. Present on GET /v1/gpu/volumes/{id} only.