List reservations
Get a list of billing reservations along with detailed information on resource configurations and associated pricing.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Metric name for the resource (e.g., 'bm1-hf-medium_min')
Order by field and direction.
active_from.asc, active_from.desc, active_to.asc, active_to.desc "active_from.asc"
"active_to.asc"
Region for reservation
Include inactive commits in the response. Only applies when no period is given; ignored when 'time_from'/'time_to' are supplied, since the period defines the window.
Start of the reservation period (ISO 8601). Must be supplied together with 'time_to'. When both are given, period-matched monthly pricing is returned and the period must be at most one month (31 days). When both are omitted, current pricing is returned.
"2025-01-01T00:00:00Z"
End of the reservation period (ISO 8601). Must be supplied together with 'time_from'. When both are given, period-matched monthly pricing is returned and the period must be at most one month (31 days). When both are omitted, current pricing is returned.
"2025-02-01T00:00:00Z"