v1
latestOpenAPI 3.1.02026-07-2676123203.9 KBServerless billing history
Retrieve billing information about your Serverless endpoints. Review request parameters, response fields, and errors for this Runpod API operation.
Query parameters
The length of each billing time bucket. The billing time bucket is the time range over which each billing record is aggregated.
Filter to endpoints located in any of the provided Runpod data centers. The data center IDs are listed in the response of the /pods endpoint.
[ "EU-RO-1", "CA-MTL-1" ]
Filter to a specific endpoint.
The end date of the billing period to retrieve.
Filter to endpoints with the provided GPU type attached.
Group the billing records by the provided field.
Filter to endpoints created with the provided image.
The start date of the billing period to retrieve.
Filter to endpoints created from the provided template.
Response
Successful operation.
Example response
[
{
"amount": 100.5,
"diskSpaceBilledGb": 50,
"time": "2023-01-01T00:00:00Z",
"timeBilledMs": 3600000
}
]