v4

latestOpenAPI 3.1.0MIT Licenseraw.githubusercontent.com2026-08-01645.8 KB
Billing

Get billing information

Retrieve billing information for a specific time period

get/api/v1alpha/billing

Query parameters

time_periodstring
Example:07/2023

Time period in MM/YYYY format

Response

Billing information retrieved successfully

time_period_querystring

Time period for the billing data

Example response

{
  "cost_by_service": [
    {
      "cost": "$123.45"
    }
  ],
  "compute_cost_breakdown": [
    {
      "source": "batch-production",
      "cost": "$123.45"
    }
  ],
  "cost_by_sku_label": [
    {
      "cost": "$123.45"
    }
  ],
  "time_period_query": "07/2023"
}