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
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"
}