v1
latestOpenAPI 3.1.02026-07-2676123203.9 KBbilling
Pod billing history
Retrieve billing information about your Pods. Review authentication, request parameters, response fields, and errors for this Runpod API operation.
get/billing/pods
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
gpuTypeId'NVIDIA GeForce RTX 4090' | 'NVIDIA A40' | 'NVIDIA RTX A5000' | 'NVIDIA GeForce RTX 5090' | 'NVIDIA H100 80GB HBM3' | 'NVIDIA GeForce RTX 3090' | 'NVIDIA RTX A4500' | 'NVIDIA L40S' | 'NVIDIA H200' | 'NVIDIA L4' | 'NVIDIA RTX 6000 Ada Generation' | 'NVIDIA A100-SXM4-80GB' | 'NVIDIA RTX 4000 Ada Generation' | 'NVIDIA RTX A6000' | 'NVIDIA A100 80GB PCIe' | 'NVIDIA RTX 2000 Ada Generation' | 'NVIDIA RTX A4000' | 'NVIDIA RTX PRO 6000 Blackwell Server Edition' | 'NVIDIA H100 PCIe' | 'NVIDIA H100 NVL' | 'NVIDIA L40' | 'NVIDIA B200' | 'NVIDIA GeForce RTX 3080 Ti' | 'NVIDIA RTX PRO 6000 Blackwell Workstation Edition' | 'NVIDIA GeForce RTX 3080' | 'NVIDIA GeForce RTX 3070' | 'AMD Instinct MI300X OAM' | 'NVIDIA GeForce RTX 4080 SUPER' | 'Tesla V100-PCIE-16GB' | 'Tesla V100-SXM2-32GB' | 'NVIDIA RTX 5000 Ada Generation' | 'NVIDIA GeForce RTX 4070 Ti' | 'NVIDIA RTX 4000 SFF Ada Generation' | 'NVIDIA GeForce RTX 3090 Ti' | 'NVIDIA RTX A2000' | 'NVIDIA GeForce RTX 4080' | 'NVIDIA A30' | 'NVIDIA GeForce RTX 5080' | 'Tesla V100-FHHL-16GB' | 'NVIDIA H200 NVL' | 'Tesla V100-SXM2-16GB' | 'NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition' | 'NVIDIA A5000 Ada' | 'Tesla V100-PCIE-32GB' | 'NVIDIA RTX A4500' | 'NVIDIA A30' | 'NVIDIA GeForce RTX 3080TI' | 'Tesla T4' | 'NVIDIA RTX A30'
Filter to Pods with the provided GPU type attached.
Example:NVIDIA GeForce RTX 4090
grouping'podId' | 'gpuTypeId'
Group the billing records by the provided field.
podIdstring
Filter to a specific Pod.
Example:xedezhzb9la3ye
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,
"time": "2023-01-01T00:00:00Z",
"timeBilledMs": 3600000
}
]