v1
latestOpenAPI 3.1.02026-07-2676123203.9 KBbilling
Network volume billing history
Retrieve billing information about your network volumes. Review request parameters, response fields, and errors for this Runpod API operation.
get/billing/networkvolumes
Query parameters
bucketSize'hour' | 'day' | 'week' | 'month' | 'year'
The length of each billing time bucket. The billing time bucket is the time range over which each billing record is aggregated.
endTimestring date-time
The end date of the billing period to retrieve.
Example:2023-01-31T23:59:59Z
startTimestring date-time
The start date of the billing period to retrieve.
Example:2023-01-01T00:00:00Z
Response
Successful operation.
Example response
[
{
"amount": 100.5,
"diskSpaceBilledGb": 50,
"highPerformanceStorageAmount": 100.5,
"highPerformanceStorageDiskSpaceBilledGb": 50,
"time": "2023-01-01T00:00:00Z"
}
]